Skip to content

Commit

Permalink
Sets upper bound on revscoring to 0.7.x and increments version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
halfak committed Mar 9, 2016
1 parent f4e745d commit 25453b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ores/__init__.py
@@ -1 +1 @@
__version__ = "0.5.7"
__version__ = "0.5.8"
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -7,4 +7,4 @@ mwreverts >= 0.0.5, < 0.0.999
socketIO-client == 0.5.6
stopit >= 1.1.1, < 1.1.999
yamlconf >= 0.0.3, < 0.0.999
revscoring >= 0.7.10
revscoring >= 0.7.10, < 0.7.999
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def requirements(fname):

setup(
name="ores",
version="0.5.7", # Update in ores/__init__.py too.
version="0.5.8", # Update in ores/__init__.py too.
author="Aaron Halfaker",
author_email="ahalfaker@wikimedia.org",
description=("A webserver for hosting scoring services."),
Expand Down

0 comments on commit 25453b7

Please sign in to comment.