Skip to content

Commit

Permalink
Merge pull request #100 from EUDAT-B2HANDLE/devel
Browse files Browse the repository at this point in the history
Version 1.2.1
  • Loading branch information
themiszamani authored Jan 19, 2023
2 parents ff443fd + bad1fce commit 7fe873c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyhandle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.0"
__version__ = "1.2.1"
# The version as used in setup.py and docs/source/conf.py.

# IMPORTANT
Expand Down
1 change: 1 addition & 0 deletions pyhandle/tests/testdockers/Dockerfile-py3.5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM python:3.5
RUN pip install \
mock \
coverage \
chardet \
nose

ADD . /opt/PYHANDLE
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def find_version(*file_paths):
packages=find_packages(),
zip_safe=False,
install_requires=[
'requests==2.23.0',
'requests==2.27.1; python_version=="3.5.0"',
'requests==2.28.1; python_version>="3.6.0"',
'datetime',
'future',
'six',
Expand Down

0 comments on commit 7fe873c

Please sign in to comment.