Skip to content

Commit 2de9014

Browse files
committed
Prepare 21.4.0
1 parent 02ba249 commit 2de9014

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.rst

+13-6
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,23 @@ 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.
20+
.. towncrier release notes start
21+
22+
21.4.0 (2021-12-29)
23+
-------------------
24+
25+
Changes
26+
^^^^^^^
2127

22-
..
23-
Do *NOT* add changelog entries here!
28+
- Fixed the test suite on PyPy3.8 where ``cloudpickle`` does not work.
29+
`#892 <https://github.com/python-attrs/attrs/issues/892>`_
30+
- Fixed ``coverage report`` for projects that use ``attrs`` and don't set a ``--source``.
31+
`#895 <https://github.com/python-attrs/attrs/issues/895>`_,
32+
`#896 <https://github.com/python-attrs/attrs/issues/896>`_
2433

25-
This changelog is managed by towncrier and is compiled at release time.
2634

27-
See https://github.com/python-attrs/attrs/blob/main/.github/CONTRIBUTING.md#changelog for details.
35+
----
2836

29-
.. towncrier release notes start
3037

3138
21.3.0 (2021-12-28)
3239
-------------------

changelog.d/892.change.rst

-1
This file was deleted.

changelog.d/895.change.rst

-1
This file was deleted.

changelog.d/896.change.rst

-1
This file was deleted.

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.4.0.dev0"
27+
__version__ = "21.4.0"
2828
__version_info__ = VersionInfo._from_version_string(__version__)
2929

3030
__title__ = "attrs"

0 commit comments

Comments
 (0)