Bumped version number and noted changes in changelog

This commit is contained in:
2020-01-13 23:27:17 +01:00
parent 39900aaa27
commit 94768cd694
3 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -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:

View File

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