kopia lustrzana https://github.com/wagtail/wagtail
Version bump to begin work on 2.0
rodzic
031a6dee9f
commit
f69c73ef66
|
@ -1,6 +1,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.0 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
1.13 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
==========================================
|
||||
Wagtail 2.0 release notes - IN DEVELOPMENT
|
||||
==========================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
2.0
|
||||
1.13
|
||||
1.12.2
|
||||
1.12.1
|
||||
|
|
|
@ -4,7 +4,7 @@ from wagtail.utils.version import get_semver_version, get_version
|
|||
|
||||
# major.minor.patch.release.number
|
||||
# release must be one of alpha, beta, rc, or final
|
||||
VERSION = (1, 13, 0, 'alpha', 0)
|
||||
VERSION = (2, 0, 0, 'alpha', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue