Skip to content

Commit

Permalink
Merge pull request #1675 from Scifabric/increase-version
Browse files Browse the repository at this point in the history
Increase version.
  • Loading branch information
teleyinex committed Sep 26, 2017
2 parents 96082ed + 909d593 commit bce3728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -73,9 +73,9 @@
#
# The short X.Y version.

version = 'v2.7.0'
version = 'v2.7.1'
# The full version, including alpha/beta/rc tags.
release = 'v2.7.0'
release = 'v2.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -66,7 +66,7 @@

setup(
name = 'pybossa',
version = '2.7.0',
version = '2.7.1',
packages = find_packages(),
install_requires = requirements,
# only needed when installing directly from setup.py (PyPi, eggs?) and pointing to e.g. a git repo.
Expand Down

0 comments on commit bce3728

Please sign in to comment.