Skip to content

Commit

Permalink
Merge pull request #27 from unt-libraries/update-version
Browse files Browse the repository at this point in the history
Update version for py3 upgrade.
  • Loading branch information
madhuBayy authored Apr 14, 2020
2 parents d0f5bc4 + 5432c81 commit c5e9beb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Change Log
==========
2.0.0
-----

* Upgraded to Python 3.
* Increased urlopen timeout to 6 seconds when determining file system location.
* Escaped URL parts when forming regex to find characters that cause incorrect URL parsing.

1.2.2
-----
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Contributors
* [Lauren Ko](https://github.com/ldko)
* [Mark Phillips](https://github.com/vphill)
* [Manuel Gottardi](https://github.com/somexpert)
* [Madhulika Bayyavarapu](https://github.com/madhulika95b)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='aubreylib',
version='1.2.2',
version='2.0.0',
description='A helper library for the Aubrey access system.',
author='University of North Texas Libraries',
author_email='[email protected]',
Expand All @@ -14,7 +14,7 @@
install_requires=[
'lxml>=3.3.3',
'pypairtree>=1.0.0',
'pyuntl @ git+https://github.com/unt-libraries/pyuntl@py3',
'pyuntl @ git+https://github.com/unt-libraries/pyuntl@master',
],

classifiers=[
Expand Down

0 comments on commit c5e9beb

Please sign in to comment.