Pushed version to 1.1.2 and updated CHANGES.txt

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-11-18 21:42:10 +01:00
parent 913393a199
commit 2aeb4f1237
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1.1.2
-----
* fixed typo
1.1.1
-----

View File

@ -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'},