Skip to content

Commit f24887a

Browse files
author
Harshavardhana
committed
Move to certifi 2015.4.28 - bump version to 0.2.9
1 parent 86604ad commit f24887a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

minio/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# (major, minor, micro, alpha/beta/rc/final, #)
1818
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
1919
# (1, 2, 0, 'beta', 2) => "1.2b2"
20-
version_info = (0, 2, 8, 'final', 0)
20+
version_info = (0, 2, 9, 'final', 0)
2121

2222
def get_version():
2323
" Returns a PEP 386-compliant version number from version_info. "

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
download_url='https://github.com/minio/minio-py',
3737
author_email='[email protected]',
3838
version=get_version(),
39-
install_requires=['urllib3', 'pytz', 'certifi'],
39+
install_requires=['urllib3', 'pytz', 'certifi<=2015.4.28'],
4040
tests_require=['nose', 'mock'],
4141
packages=find_packages(exclude=['tests*', 'integration']),
4242
scripts=[],

0 commit comments

Comments
 (0)