diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de5ca02f9..24bd4d2fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Changelog Versions follow `CalVer `_ 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 `_ 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 21.1.0 (2021-05-06) diff --git a/src/attr/__init__.py b/src/attr/__init__.py index 9a8a5198d..9e34cd703 100644 --- a/src/attr/__init__.py +++ b/src/attr/__init__.py @@ -22,7 +22,7 @@ from ._version_info import VersionInfo -__version__ = "21.1.0" +__version__ = "21.2.0.dev0" __version_info__ = VersionInfo._from_version_string(__version__) __title__ = "attrs"