Skip to content

Commit

Permalink
Bump to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Aug 15, 2018
1 parent b3513be commit f23afc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
News in asserts 0.8.4
News in asserts 0.8.5
=====================

API Additions
Expand All @@ -11,6 +11,13 @@ Improvements
------------

* ``assert_equal()``: Use ``assert_dict_equal()`` if applicable.

News in asserts 0.8.4
=====================

Improvements
------------

* ``fail()`` is now marked with ``NoReturn`` in type stub.

Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name="asserts",
version="0.8.4",
version="0.8.5",
description="Stand-alone Assertions",
long_description=read("README.rst"),
author="Sebastian Rittau",
Expand Down

0 comments on commit f23afc5

Please sign in to comment.