Skip to content

Commit

Permalink
Dictdiffer v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
jirikuncar authored and tiborsimko committed Nov 5, 2014
1 parent b9beedb commit 879ff70
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

Version 0.3.0 (released 2014-11-05):

- Adds ignore argument to `diff` function that allows skipping check
on specified keys. (#34 #35)
- Fix for diffing of dict or list subclasses. (#37)
- Better instance checking of diffing objects. (#39)

Version 0.2.0 (released 2014-09-29):

- Fix for empty list instructions. (#30)
Expand Down
12 changes: 7 additions & 5 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===============================
Dictdiffer v0.2.0 is released
Dictdiffer v0.3.0 is released
===============================

Dictdiffer v0.2.0 was released on September 29, 2014.
Dictdiffer v0.3.0 was released on November 5, 2014.

About
-----
Expand All @@ -13,8 +13,10 @@ dictionaries.
What's new
----------

- Fix for empty list instructions. (#30)
- Regression test for empty list instructions.
- Adds ignore argument to `diff` function that allows skipping check
on specified keys. (#34 #35)
- Fix for diffing of dict or list subclasses. (#37)
- Better instance checking of diffing objects. (#39)

Installation
------------
Expand All @@ -24,7 +26,7 @@ Installation
Documentation
-------------

http://dictdiffer.readthedocs.org/en/v0.2.0
http://dictdiffer.readthedocs.org/en/v0.3.0

Good luck and thanks for using Dictdiffer.

Expand Down
2 changes: 1 addition & 1 deletion dictdiffer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.2.1.dev20140929"
__version__ = "0.3.0"

0 comments on commit 879ff70

Please sign in to comment.