Skip to content

Commit a6d2fec

Browse files
committed
v1.3.1
1 parent 6e04a5c commit a6d2fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Recursive diff and patch for nested structures.
99

1010
## Main features
1111

12-
* Mashine-readable diff structure.
12+
* Machine-readable diff structure.
1313
* Human-friendly diff visualization, collapsible html diffs.
1414
* All operation tags are optional and may be disabled.
1515
* Extensibility.

nested_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__all__ = ['Differ', 'Iterator', 'Patcher', 'diff', 'patch']
2222

23-
__version__ = '1.3'
23+
__version__ = '1.3.1'
2424
__author__ = 'Michael Samoglyadov'
2525
__license__ = 'Apache License, Version 2.0'
2626
__website__ = 'https://github.com/mr-mixas/Nested-Diff.py'

0 commit comments

Comments
 (0)