Skip to content

Commit

Permalink
update: version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Dec 10, 2023
1 parent ec1a020 commit de04fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2023-12-10

### Add
- Added `performance` in `toad.utils` for test code performance
- Added `pickletracer` in `toad.utils` for infer requirements in pickle object
Expand Down
2 changes: 1 addition & 1 deletion toad/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 1, 2, 'final', 0)
__version_info__ = (0, 1, 3, 'final', 0)

def get_version(version):
main = '.'.join(str(x) for x in version[:3])
Expand Down

0 comments on commit de04fc0

Please sign in to comment.