Skip to content

Commit

Permalink
version bump to 1.8rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Dec 6, 2016
1 parent 3a36f96 commit a6dcd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wagtail/__init__.py
Expand Up @@ -4,7 +4,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (1, 8, 0, 'alpha', 0)
VERSION = (1, 8, 0, 'rc', 1)

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion wagtail/project_template/requirements.txt
@@ -1,2 +1,2 @@
Django>=1.10,<1.11
wagtail==1.8a0
wagtail==1.8rc1

0 comments on commit a6dcd8e

Please sign in to comment.