Skip to content

Commit f23afc5

Browse files
committed
Bump to 0.8.5
1 parent b3513be commit f23afc5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

NEWS.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
News in asserts 0.8.4
1+
News in asserts 0.8.5
22
=====================
33

44
API Additions
@@ -11,6 +11,13 @@ Improvements
1111
------------
1212

1313
* ``assert_equal()``: Use ``assert_dict_equal()`` if applicable.
14+
15+
News in asserts 0.8.4
16+
=====================
17+
18+
Improvements
19+
------------
20+
1421
* ``fail()`` is now marked with ``NoReturn`` in type stub.
1522

1623
Bug Fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010

1111
setup(
1212
name="asserts",
13-
version="0.8.4",
13+
version="0.8.5",
1414
description="Stand-alone Assertions",
1515
long_description=read("README.rst"),
1616
author="Sebastian Rittau",

0 commit comments

Comments
 (0)