diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5830422..b708b4d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,8 @@ Changelog This changelog contains a list of versions with their respective high-level changes. +v0.5.7: + - fixed README v0.5.6: - added additional pattern v0.5.5: diff --git a/setup.py b/setup.py index 47e5b47..d214b7e 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( author="Jim Martens", author_email="github@2martens.de", url="https://git.2martens.de/2martens/allris-scraper", - version="0.5.6", + version="0.5.7", namespace_packages=["twomartens"], packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_dir={'': 'src'},