Skip to content

Commit

Permalink
Pin req versions
Browse files Browse the repository at this point in the history
  • Loading branch information
M3te0r committed May 6, 2022
1 parent ded8d15 commit 526235a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '0.80'
# The full version, including alpha/beta/rc tags.
release = '0.80.2'
release = '0.80.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion itools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
getLogger("itools.catalog").addHandler(NullHandler())

# The version
__version__ = "0.80.2"
__version__ = "0.80.3"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cryptography
cryptography==37.0.2
gevent==21.12.0
junitxml==0.7
pillow
pygit2==1.9.0
pillow==9.1.0
pygit2==1.9.1
python-magic==0.4.25
pytz
xlrd==2.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def generate_mo_files(po_file_names):
else:
package_data['itools'].append(join_path(*path[1:]))
setup(name="itools",
version="0.80.2",
version="0.80.3",
# Metadata
author="J. David Ibáñez",
author_email="[email protected]" ,
Expand Down

0 comments on commit 526235a

Please sign in to comment.