Skip to content

Commit

Permalink
Start 19.3 cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 1, 2019
1 parent 7fcd616 commit c0eda39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
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/master/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
19.2.0 (2019-10-01)
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/580.change.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/attr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ._version import VersionInfo


__version__ = "19.2.0"
__version__ = "19.3.0.dev0"
__version_info__ = VersionInfo._from_version_string(__version__)

__title__ = "attrs"
Expand Down

0 comments on commit c0eda39

Please sign in to comment.