Start new release cycle
This commit is contained in:
parent
81ff5309d9
commit
8b172c5988
|
@ -5,6 +5,28 @@ Versions are year-based with a strict backwards compatibility policy.
|
||||||
The third digit is only for regressions.
|
The third digit is only for regressions.
|
||||||
|
|
||||||
|
|
||||||
|
16.0.0 (UNRELEASED)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
|
||||||
|
Backward-incompatible changes:
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
*none*
|
||||||
|
|
||||||
|
|
||||||
|
Deprecations:
|
||||||
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
*none*
|
||||||
|
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
^^^^^^^^
|
||||||
|
|
||||||
|
*none*
|
||||||
|
|
||||||
|
|
||||||
15.2.0 (2015-12-08)
|
15.2.0 (2015-12-08)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ from . import filters
|
||||||
from . import validators
|
from . import validators
|
||||||
|
|
||||||
|
|
||||||
__version__ = "15.2.0"
|
__version__ = "16.0.0.dev0"
|
||||||
|
|
||||||
__title__ = "attrs"
|
__title__ = "attrs"
|
||||||
__description__ = "Attributes without boilerplate."
|
__description__ = "Attributes without boilerplate."
|
||||||
|
|
Loading…
Reference in New Issue