Version bump to start work on 2.1

pull/4228/head
Matt Westcott 2018-01-30 16:36:19 +00:00
rodzic 218a47e802
commit e20f37013b
5 zmienionych plików z 30 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
Changelog
=========
2.1 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
2.0 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,23 @@
==========================================
Wagtail 2.1 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
Bug fixes
~~~~~~~~~
Upgrade considerations
======================

Wyświetl plik

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
upgrading
2.1
2.0
1.13.1
1.13

Wyświetl plik

@ -2,7 +2,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 = (2, 0, 0, 'beta', 1)
VERSION = (2, 1, 0, 'alpha', 0)
__version__ = get_version(VERSION)

Wyświetl plik

@ -1,2 +1,2 @@
Django>=2.0,<2.1
wagtail==2.0b1
wagtail==2.1a0