Skip to content

Commit 8bb2c7c

Browse files
Merge pull request #297 from cgre-aachen/dev_gemgis3
GemGIS 1.1
2 parents c197352 + 29bd7b3 commit 8bb2c7c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author = 'Alexander Juestel'
1818

1919
# The full version, including alpha/beta/rc tags
20-
release = '1.0.12'
20+
release = '1.1.0'
2121
version = release
2222

2323
# -- GemGIS configuration ---------------------------------------------------

gemgis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
__version_date__ = '2023-08-18'
2222

23-
__version__ = '1.0.12'
23+
__version__ = '1.1.0'
2424

25-
__changelog__ = """What is new in version 1.1.:
25+
__changelog__ = """What is new in version 1.1.0:
2626
2727
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
from os import path
33

4-
version = '1.0.12'
4+
version = '1.1.0'
55

66
# Loading Readme for Description on PyPi
77
this_directory = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)