Start new development cycle

This commit is contained in:
Hynek Schlawack 2022-12-21 10:20:48 +01:00
parent a9960de98d
commit f116bfc6cc
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
2 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,14 @@ Whenever there is a need to break compatibility, it is announced here in the cha
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://github.com/python-attrs/attrs/blob/main/.github/CONTRIBUTING.md#changelog for details.
-->
<!-- towncrier release notes start -->
## [22.2.0](https://github.com/python-attrs/attrs/tree/22.2.0) - 2022-12-21

View File

@ -32,7 +32,7 @@ if sys.version_info < (3, 7): # pragma: no cover
DeprecationWarning,
)
__version__ = "22.2.0"
__version__ = "22.3.0.dev0"
__version_info__ = VersionInfo._from_version_string(__version__)
__title__ = "attrs"