Skip to content

Commit 24a2c1e

Browse files
committed
Start new cycle
1 parent b22195e commit 24a2c1e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changelog
44
Versions follow `CalVer <https://calver.org>`_ with a strict backwards compatibility policy.
55
The third digit is only for regressions.
66

7+
Changes for the upcoming release can be found in the `"changelog.d" directory <https://github.com/python-attrs/attrs/tree/main/changelog.d>`_ in our repository.
8+
9+
..
10+
Do *NOT* add changelog entries here!
11+
12+
This changelog is managed by towncrier and is compiled at release time.
13+
14+
See https://www.attrs.org/en/latest/contributing.html#changelog for details.
15+
716
.. towncrier release notes start
817
918
21.1.0 (2021-05-06)

src/attr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ._version_info import VersionInfo
2323

2424

25-
__version__ = "21.1.0"
25+
__version__ = "21.2.0.dev0"
2626
__version_info__ = VersionInfo._from_version_string(__version__)
2727

2828
__title__ = "attrs"

0 commit comments

Comments
 (0)