Skip to content

Commit

Permalink
bump boltons versions to 16.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jun 8, 2016
1 parent f07d9bc commit e62173e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinxcontrib-napoleon
boltons==16.3.1
boltons>=16.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
author_email=__contact__,
url=__url__,
packages=find_packages(),
install_requires=['boltons>=16.2.0'],
install_requires=['boltons>=16.4.0'],
include_package_data=True,
zip_safe=False,
license=__license__,
Expand Down

0 comments on commit e62173e

Please sign in to comment.