Start new release cycle
This commit is contained in:
parent
f094aec6a9
commit
edf75f2e77
|
@ -5,6 +5,31 @@ Versions follow `CalVer <http://calver.org>`_ with a strict backwards compatibil
|
||||||
The third digit is only for regressions.
|
The third digit is only for regressions.
|
||||||
|
|
||||||
|
|
||||||
|
17.2.0 (UNRELEASED)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
|
||||||
|
Backward-incompatible changes:
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
*none*
|
||||||
|
|
||||||
|
|
||||||
|
Deprecations:
|
||||||
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
*none*
|
||||||
|
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
^^^^^^^^
|
||||||
|
|
||||||
|
*none*
|
||||||
|
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
17.1.0 (2017-05-16)
|
17.1.0 (2017-05-16)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ from . import converters
|
||||||
from . import validators
|
from . import validators
|
||||||
|
|
||||||
|
|
||||||
__version__ = "17.1.0"
|
__version__ = "17.2.0.dev0"
|
||||||
|
|
||||||
__title__ = "attrs"
|
__title__ = "attrs"
|
||||||
__description__ = "Classes Without Boilerplate"
|
__description__ = "Classes Without Boilerplate"
|
||||||
|
|
Loading…
Reference in New Issue