Skip to content

Commit

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

* Raise a clear exception on functools.partial

## v1.3.1 - 22/06/06

* Fix an issue with functools.partial
* Several maintenace changes
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.1'
__version__ = '1.3.2'

OMIT = {
'__class__',
Expand Down

0 comments on commit b51b1bb

Please sign in to comment.