diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc4223d..e2629b0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,9 @@ Changelog This changelog contains a list of versions with their respective high-level changes. +v0.3.3: + - added changelog + - converted README to reStructuredText v0.3.2: document links now work if more than three documents are available v0.3.1: diff --git a/README.rst b/README.rst index 4c0e759..795cca3 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ ALLRIS Scraper .. image:: https://img.shields.io/pypi/l/twomartens.allrisscraper :alt: Apache Licence 2.0 .. image:: https://img.shields.io/pypi/pyversions/twomartens.allrisscraper :alt: Supports Python 3.7 and 3.8 -.. image:: https://img.shields.io/pypi/v/twomartens.allrisscraper :alt: version 0.3.2 +.. image:: https://img.shields.io/pypi/v/twomartens.allrisscraper :alt: version 0.3.3 This scraper requires your username and password and performs the following tasks for you: diff --git a/setup.py b/setup.py index fc3d006..717cc38 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.3.2", + version="0.3.3", namespace_packages=["twomartens"], packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_dir={'': 'src'},