Start new release cycle

This commit is contained in:
Hynek Schlawack 2017-05-16 19:04:29 +02:00
parent f094aec6a9
commit edf75f2e77
2 changed files with 26 additions and 1 deletions

View File

@ -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)
------------------- -------------------

View File

@ -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"