kopia lustrzana https://github.com/wagtail/wagtail
Version-bump to start work on 1.7
rodzic
bc7739e104
commit
9080636903
|
|
@ -1,6 +1,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.5 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
1.6 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
=========================
|
||||
Wagtail 1.7 release notes
|
||||
=========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
|
||||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.7
|
||||
1.6
|
||||
1.5.3
|
||||
1.5.2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.10,<1.11
|
||||
wagtail==1.6rc1
|
||||
wagtail==1.7a0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__version__ = '1.6rc1'
|
||||
__version__ = '1.7a0'
|
||||
# Required for npm package for frontend
|
||||
__semver__ = '1.6.0-rc.1'
|
||||
__semver__ = '1.7.0-alpha'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue