We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3513be commit f23afc5Copy full SHA for f23afc5
NEWS.rst
@@ -1,4 +1,4 @@
1
-News in asserts 0.8.4
+News in asserts 0.8.5
2
=====================
3
4
API Additions
@@ -11,6 +11,13 @@ Improvements
11
------------
12
13
* ``assert_equal()``: Use ``assert_dict_equal()`` if applicable.
14
+
15
+News in asserts 0.8.4
16
+=====================
17
18
+Improvements
19
+------------
20
21
* ``fail()`` is now marked with ``NoReturn`` in type stub.
22
23
Bug Fixes
setup.py
@@ -10,7 +10,7 @@ def read(fname):
10
setup(
name="asserts",
- version="0.8.4",
+ version="0.8.5",
description="Stand-alone Assertions",
long_description=read("README.rst"),
author="Sebastian Rittau",
0 commit comments