Skip to content

Commit 421a9d3

Browse files
committed
Start new development cycle
1 parent dd26edd commit 421a9d3

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
@@ -17,6 +17,15 @@ Whenever there is a need to break compatibility, it is announced here in the cha
1717

1818
However if you intend to build extensions on top of ``attrs`` you have to anticipate that.
1919

20+
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.
21+
22+
..
23+
Do *NOT* add changelog entries here!
24+
25+
This changelog is managed by towncrier and is compiled at release time.
26+
27+
See https://github.com/python-attrs/attrs/blob/main/.github/CONTRIBUTING.md#changelog for details.
28+
2029
.. towncrier release notes start
2130
2231
21.3.0 (2021-12-28)

src/attr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from ._version_info import VersionInfo
2525

2626

27-
__version__ = "21.3.0"
27+
__version__ = "21.4.0.dev0"
2828
__version_info__ = VersionInfo._from_version_string(__version__)
2929

3030
__title__ = "attrs"

0 commit comments

Comments
 (0)