Skip to content

Commit

Permalink
release: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuncar committed Feb 22, 2019
1 parent da38a07 commit 596bb01
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 36 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

Version 0.7.2 (released 2019-02-22)

- Two NaN values are considered the same, hence they are not shown in `diff`
output. (#114) (@t-b)
- Refactors `diff` method to reduce recursive call stack size. (#112)
(@yoyonel)
- Python porting best practice use feature detection instead
of version detection to save an import and pass both PyLint
and Flake8 tests with neither 'pragma' nor 'noqa'. (@cclauss)

Version 0.7.1 (released 2018-05-04)

- Resolves issue with keys containing dots. (#101)
Expand Down
34 changes: 0 additions & 34 deletions RELEASE-NOTES.rst

This file was deleted.

4 changes: 2 additions & 2 deletions dictdiffer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is part of Dictdiffer.
#
# Copyright (C) 2014, 2015, 2016, 2018 CERN.
# Copyright (C) 2017, 2018 ETH Zurich, Swiss Data Science Center, Jiri Kuncar.
# Copyright (C) 2017-2019 ETH Zurich, Swiss Data Science Center, Jiri Kuncar.
#
# Dictdiffer is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more
Expand All @@ -18,4 +18,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.7.2.dev20180504"
__version__ = "0.7.2"

0 comments on commit 596bb01

Please sign in to comment.