Bumped version number and noted changes in changelog
This commit is contained in:
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
2
setup.py
2
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'},
|
||||
|
||||
Reference in New Issue
Block a user