Skip to content

Commit

Permalink
Merge pull request #16 from samstav/bump-requests-chef-version
Browse files Browse the repository at this point in the history
bump version to 1.2.4
  • Loading branch information
stavxyz committed Sep 19, 2015
2 parents 2f0205f + 85dcdbd commit a8e028b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chef/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__summary__ = "python client library for Chef Server"
__keywords__ = ['chef', 'requests', 'client', 'api', 'requests-chef']
__url__ = "https://github.com/samstav/okchef"
__version__ = "1.2.3"
__version__ = "1.2.4"
__author__ = "Sam Stavinoha"
__email__ = "samuel.stavinoha@rackspace.com"
__license__ = "Apache License, Version 2.0"
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
machine:
python:
version: 2.7.9
version: 3.4.2
version: 2.7.10

dependencies:
override:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/samstav/cryptography.git@rsa-bypass-hash-on-signer
requests-chef>=0.1.4
requests-chef>=0.1.5
requests==2.7.0
six>=1.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


INSTALL_REQUIRES = [
'requests-chef>=0.1.4',
'requests-chef>=0.1.5',
'requests>=2.7.0',
'six>=1.9.0',
]
Expand Down

0 comments on commit a8e028b

Please sign in to comment.