Skip to content

Commit

Permalink
PrepareRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Aug 18, 2023
1 parent 4349614 commit 89a3d7d
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -17,7 +17,7 @@
author = 'Alexander Juestel'

# The full version, including alpha/beta/rc tags
release = '1.0.11'
release = '1.0.12'
version = release

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

__affiliations__ = 'CGRE - RWTH Aachen University'

__version_date__ = '2023-07-31'
__version_date__ = '2023-08-18'

__version__ = '1.1'
__version__ = '1.0.12'

__changelog__ = """What is new in version 1.1.:
"""



from gemgis.gemgis import *
import gemgis.vector as vector
import gemgis.raster as raster
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.11'
version = '1.0.12'

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

0 comments on commit 89a3d7d

Please sign in to comment.