Skip to content

Commit

Permalink
Fix requirements and modify v0.18.2 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortlov committed Mar 31, 2021
1 parent 43550fb commit 1d36480
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ ChangeLog
Unreleased
-----------

0.18.1 (2021-03-31)
0.18.2 (2021-03-31)
-------------------
* Change iiblib version to 3.0.0.
* Fix a format of requirements

0.18.0 (2021-03-29)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six
setuptools
pyrsistent<=0.16.0; python_version == '2.7'
pyrsistent<=0.16.0; python_version <= "2.7"
pushcollector
pubtools-pulp
iiblib>=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_requirements():

setup(
name="pubtools-iib",
version="0.18.1",
version="0.18.2",
description="Pubtools-iib",
long_description=long_description,
author="Jindrich Luza",
Expand Down

0 comments on commit 1d36480

Please sign in to comment.