Start new release cycle
This commit is contained in:
parent
dae4e40446
commit
f09cc7f74b
|
@ -5,6 +5,18 @@ 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.2.0 (UNRELEASED)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
^^^^^^^^
|
||||||
|
|
||||||
|
*none*
|
||||||
|
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
16.1.0 (2016-08-30)
|
16.1.0 (2016-08-30)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ from . import filters
|
||||||
from . import validators
|
from . import validators
|
||||||
|
|
||||||
|
|
||||||
__version__ = "16.1.0"
|
__version__ = "16.2.0.dev0"
|
||||||
|
|
||||||
__title__ = "attrs"
|
__title__ = "attrs"
|
||||||
__description__ = "Attributes Without Boilerplate"
|
__description__ = "Attributes Without Boilerplate"
|
||||||
|
|
Loading…
Reference in New Issue