Skip to content

Commit 823c1c3

Browse files
committed
Prepare 19.3.0
1 parent eec7e43 commit 823c1c3

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ Changelog
44
Versions follow `CalVer <https://calver.org>`_ with a strict backwards compatibility policy.
55
The third digit is only for regressions.
66

7-
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.
7+
.. towncrier release notes start
8+
9+
19.3.0 (2019-10-15)
10+
-------------------
11+
12+
Changes
13+
^^^^^^^
814

9-
..
10-
Do *NOT* add changelog entries here!
15+
- Fixed ``auto_attribs`` usage when default values cannot be compared directly with ``==``, such as ``numpy`` arrays.
16+
`#585 <https://github.com/python-attrs/attrs/issues/585>`_
1117

12-
This changelog is managed by towncrier and is compiled at release time.
1318

14-
See https://www.attrs.org/en/latest/contributing.html#changelog for details.
19+
----
1520

16-
.. towncrier release notes start
1721

1822
19.2.0 (2019-10-01)
1923
-------------------

changelog.d/585.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/attr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from ._version_info import VersionInfo
2020

2121

22-
__version__ = "19.3.0.dev0"
22+
__version__ = "19.3.0"
2323
__version_info__ = VersionInfo._from_version_string(__version__)
2424

2525
__title__ = "attrs"

0 commit comments

Comments
 (0)