Skip to content

Commit

Permalink
Bump version to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrodob committed Dec 7, 2015
1 parent 5b7171f commit 4093d17
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/changelog/index.rst
@@ -1,6 +1,7 @@
Changelog
=========

* v1.2.2_
* v1.2.1_
* v1.2.0_
* v1.1.3_
Expand All @@ -9,6 +10,7 @@ Changelog
* v1.1.0_
* v0.2.3_

.. _v1.2.1: v1.2.2.html
.. _v1.2.1: v1.2.1.html
.. _v1.2.0: v1.2.0.html
.. _v1.1.3: v1.1.3.html
Expand Down
6 changes: 6 additions & 0 deletions doc/changelog/v1.2.2.rst
@@ -0,0 +1,6 @@
================
Changelog v1.2.2
================

* Make pro user features extensible to all regular users in the configuration
files.
2 changes: 1 addition & 1 deletion pybossa/__init__.py
Expand Up @@ -26,4 +26,4 @@
"""


__version__ = "1.2.0" # pragma: no cover
__version__ = "1.2.2" # pragma: no cover
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@

setup(
name = 'pybossa',
version = '1.2.1',
version = '1.2.2',
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 4093d17

Please sign in to comment.