Skip to content

Commit

Permalink
Release Review Board 2.0 RC 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Apr 3, 2014
1 parent 0ca5177 commit beabae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reviewboard/__init__.py
Expand Up @@ -7,7 +7,7 @@
#
# (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released)
#
VERSION = (2, 0, 0, 0, 'rc', 2, False)
VERSION = (2, 0, 0, 0, 'rc', 2, True)


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -194,7 +194,7 @@ def run(self):
install_requires=[
'Django>=1.6.2,<1.7',
'django_evolution>=0.7,<0.8',
'Djblets>=0.8beta3,<0.9',
'Djblets>=0.8rc1,<0.9',
'django-haystack',
'docutils',
'markdown>=2.3.1',
Expand Down

0 comments on commit beabae6

Please sign in to comment.