Skip to content

Commit

Permalink
Start new cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 7, 2021
1 parent 83d3cd7 commit 932902c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/main/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
21.2.0 (2021-05-07)
Expand Down
2 changes: 1 addition & 1 deletion src/attr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from ._version_info import VersionInfo


__version__ = "21.2.0"
__version__ = "21.3.0.dev0"
__version_info__ = VersionInfo._from_version_string(__version__)

__title__ = "attrs"
Expand Down

0 comments on commit 932902c

Please sign in to comment.