Start 19.4.0 cycle
This commit is contained in:
parent
823c1c332c
commit
bb7b1f4650
|
@ -4,6 +4,15 @@ Changelog
|
|||
Versions follow `CalVer <https://calver.org>`_ with a strict backwards compatibility policy.
|
||||
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 https://www.attrs.org/en/latest/contributing.html#changelog for details.
|
||||
|
||||
.. towncrier release notes start
|
||||
|
||||
19.3.0 (2019-10-15)
|
||||
|
|
|
@ -19,7 +19,7 @@ from ._make import (
|
|||
from ._version_info import VersionInfo
|
||||
|
||||
|
||||
__version__ = "19.3.0"
|
||||
__version__ = "19.4.0.dev0"
|
||||
__version_info__ = VersionInfo._from_version_string(__version__)
|
||||
|
||||
__title__ = "attrs"
|
||||
|
|
Loading…
Reference in New Issue