diff --git a/CHANGES.txt b/CHANGES.txt index 750096e..99f9bdc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +1.1.2 +----- + +* fixed typo + 1.1.1 ----- diff --git a/setup.py b/setup.py index 08cb173..693ab1d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( author="Jim Martens", author_email="github@2martens.de", url="https://git.2martens.de/2martens/calendar-synchronization", - version="1.1.1", + version="1.1.2", namespace_packages=["twomartens"], packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_dir={'': 'src'},