Skip to content

Commit

Permalink
Merge pull request #251 from cgre-aachen/dev_gemgis2
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
AlexanderJuestel committed Feb 7, 2023
2 parents 048164f + f2434be commit 391a333
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Alexander Juestel'

# The full version, including alpha/beta/rc tags
release = '1.0.5'
release = '1.0.6'
version = release

# -- GemGIS configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions gemgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

__affiliations__ = 'CGRE - RWTH Aachen University'

__version_date__ = '2023-02-03'
__version_date__ = '2023-02-07'

__version__ = '1.0.5'
__version__ = '1.0.6'

__changelog__ = """What is new in version 1.0.5:
__changelog__ = """What is new in version 1.0.6:
- Hotfix for #244
- Removing pygeo remains
"""

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os import path

version = '1.0.5'
version = '1.0.6'

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

0 comments on commit 391a333

Please sign in to comment.