Skip to content

Commit

Permalink
Release 2.3.: fixed python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySatskiy committed Apr 7, 2020
1 parent 75d360d commit 2bbfc92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020 Apr 07 Sergey Satskiy <[email protected]>

* Release 2.3.1
* Fix: python version requirements in setup.py

2020 Apr 06 Sergey Satskiy <[email protected]>

* Release 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion cdmcfparserversion.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.3.0'
version = '2.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# dependencies
setup(name='cdmcfparser',
description=description,
python_requires='>=3.5, <=3.8',
python_requires='>=3.5, <3.9',
long_description=long_description,
version=version,
author='Sergey Satskiy',
Expand Down

0 comments on commit 2bbfc92

Please sign in to comment.