Skip to content

Commit a215663

Browse files
author
Jüstel
committed
PrepareRelease
1 parent b6fbf80 commit a215663

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Alexander Juestel'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.0.10'
27+
release = '1.0.11'
2828
version = release
2929

3030
# -- GemGIS configuration ---------------------------------------------------

gemgis/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
__affiliations__ = 'CGRE - RWTH Aachen University'
2020

21-
__version_date__ = '2023-06-15'
21+
__version_date__ = '2023-06-20'
2222

23-
__version__ = '1.0.10'
23+
__version__ = '1.0.11'
2424

25-
__changelog__ = """What is new in version 1.0.10:
25+
__changelog__ = """What is new in version 1.0.11:
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.10'
4+
version = '1.0.11'
55

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

0 commit comments

Comments
 (0)