Skip to content

Commit

Permalink
Merge pull request #228 from cgre-aachen/dev_gemgis2
Browse files Browse the repository at this point in the history
PrepareRelease 1.0.3
  • Loading branch information
AlexanderJuestel committed Dec 29, 2022
2 parents 4d6c45c + d61981c commit e99b001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2'
release = '1.0.3'

# -- GemGIS configuration ---------------------------------------------------
sys.path.append('../../gemgis')
Expand Down
4 changes: 2 additions & 2 deletions gemgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

__version_date__ = '2022-12-29'

__version__ = '1.0.2'
__version__ = '1.0.3'

__changelog__ = """What is new in version 1.0.2:
__changelog__ = """What is new in version 1.0.3:
- Minor bug fixes
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.2'
version = '1.0.3'

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

0 comments on commit e99b001

Please sign in to comment.