Skip to content

Commit

Permalink
Bump YORM to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 2, 2017
1 parent 1c8514a commit cc17406
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ url = "https://pypi.python.org/simple"
verify_ssl = true

[packages]
YORM = "==1.4dev5"
YORM = "~=1.4"

[dev-packages]
pycodestyle = "*"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def build_description():
],

install_requires=[
"YORM ~= 1.4dev3",
"YORM ~= 1.4",
"click ~= 6.7",
"crayons == 0.1.2",
"delegator.py == 0.0.8",
Expand Down

0 comments on commit cc17406

Please sign in to comment.