Skip to content

Commit

Permalink
Bumped version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 31, 2018
1 parent 4455e20 commit a4f0993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion centre-registry-app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import setup

__version__ = '2.2.3'
__version__ = '2.2.4'

INSTALL_REQUIRES = ['Django==1.9.13', 'django-debug-toolbar==1.10']
TEST_REQUIRES = ['lxml==4.2.4', 'selenium==2.53.6']
Expand Down
4 changes: 2 additions & 2 deletions centre-registry-config/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from setuptools import setup

# TODO: Tie version to git tag.
__version__ = '2.2.3'
__version__ = '2.2.4'

INSTALL_REQUIRES = ['centre-registry-app==2.2.3']
INSTALL_REQUIRES = ['centre-registry-app==2.2.4']
chdir(normpath(join(abspath(__file__), pardir)))
setup(
name='centre_registry_config',
Expand Down

0 comments on commit a4f0993

Please sign in to comment.