mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Bump version to 1.1rc1
This commit is contained in:
parent
c5f72e1ce7
commit
73dee9898c
2 changed files with 3 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.8,<1.9
|
||||
wagtail==1.0
|
||||
wagtail==1.1rc1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
__version__ = '1.1a0'
|
||||
__version__ = '1.1rc1'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
||||
|
||||
def setup():
|
||||
import warnings
|
||||
from wagtail.utils.deprecation import removed_in_next_version_warning
|
||||
|
|
|
|||
Loading…
Reference in a new issue