Skip to content

Commit

Permalink
1.3.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jun 22, 2023
1 parent 45b0255 commit 7bdd15f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ We are currently working on porting this changelog to the specifications in
This project (loosely) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Version 1.3.1 - 2022-06-14

## Version 1.3.2 - 2022-06-22

### Fixed

* Bug where the first call to `ub.hash_data` would error if it was given a
ndarray with object type.


### Notes

* Skipped a release version due to a bad github tag.


## Version 1.3.0 - 2022-06-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion ubelt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xdoctest ubelt
"""

__version__ = '1.3.1'
__version__ = '1.3.2'

# Deprecated functions
from ubelt.util_platform import (
Expand Down

0 comments on commit 7bdd15f

Please sign in to comment.