Skip to content

Commit

Permalink
Version v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Jun 6, 2022
1 parent 5a9d5f0 commit 6c45b81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.3.1 - 20/12/01

* Fix an issue with functools.partial
* Several maintenace changes

## v1.3.0 - 20/12/01

* Better handling of mutable classes
Expand Down
2 changes: 1 addition & 1 deletion xmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def a_function():
import functools
import sys

__version__ = '1.3.0'
__version__ = '1.3.1'

OMIT = {
'__class__',
Expand Down

0 comments on commit 6c45b81

Please sign in to comment.