Start 18.2.0 cycle
This commit is contained in:
parent
9c3e07bab9
commit
6717d0933f
|
@ -4,6 +4,15 @@ Changelog
|
||||||
Versions follow `CalVer <http://calver.org>`_ with a strict backwards compatibility policy.
|
Versions follow `CalVer <http://calver.org>`_ with a strict backwards compatibility policy.
|
||||||
The third digit is only for regressions.
|
The third digit is only for regressions.
|
||||||
|
|
||||||
|
Changes for the upcoming release can be found in the `"changelog.d" directory <https://github.com/python-attrs/attrs/tree/master/changelog.d>`_ in our repository.
|
||||||
|
|
||||||
|
..
|
||||||
|
Do *NOT* add changelog entries here!
|
||||||
|
|
||||||
|
This changelog is managed by towncrier and is compiled at release time.
|
||||||
|
|
||||||
|
See http://www.attrs.org/en/latest/contributing.html#changelog for details.
|
||||||
|
|
||||||
.. towncrier release notes start
|
.. towncrier release notes start
|
||||||
|
|
||||||
18.1.0 (2018-05-03)
|
18.1.0 (2018-05-03)
|
||||||
|
|
|
@ -11,7 +11,7 @@ from ._make import (
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
__version__ = "18.1.0"
|
__version__ = "18.2.0.dev0"
|
||||||
|
|
||||||
__title__ = "attrs"
|
__title__ = "attrs"
|
||||||
__description__ = "Classes Without Boilerplate"
|
__description__ = "Classes Without Boilerplate"
|
||||||
|
|
Loading…
Reference in New Issue