Start new release cycle

This commit is contained in:
Hynek Schlawack 2016-05-23 20:34:11 +02:00
parent c37f4423be
commit e83f0e51ac
2 changed files with 13 additions and 1 deletions

View File

@ -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.1.0 (UNRELEASED)
-------------------
Changes:
^^^^^^^^
*none*
----
16.0.0 (2016-05-23) 16.0.0 (2016-05-23)
------------------- -------------------

View File

@ -23,7 +23,7 @@ from . import filters
from . import validators from . import validators
__version__ = "16.0.0" __version__ = "16.1.0.dev0"
__title__ = "attrs" __title__ = "attrs"
__description__ = "Attributes without boilerplate." __description__ = "Attributes without boilerplate."