Skip to content

Commit

Permalink
release/0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksmith15 committed Apr 1, 2021
1 parent b5d6990 commit 19aa64d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Types of changes are:
* **Fixed** for any bug fixes.

## [Unreleased]

## [0.13.4] - 2021-04-01
### Fixed
* Relaxed dependency version pinning

Expand Down Expand Up @@ -258,7 +260,8 @@ Types of changes are:
## [0.0.0]
Nothing here.

[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.13.3..HEAD
[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.13.4..HEAD
[0.13.4]: http://github.com/jacksmith15/statham-schema/compare/0.13.3..0.13.4
[0.13.3]: http://github.com/jacksmith15/statham-schema/compare/0.13.2..0.13.3
[0.13.2]: http://github.com/jacksmith15/statham-schema/compare/0.13.1..0.13.2
[0.13.1]: http://github.com/jacksmith15/statham-schema/compare/0.13.0..0.13.1
Expand Down
2 changes: 1 addition & 1 deletion statham/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.3"
__version__ = "0.13.4"

0 comments on commit 19aa64d

Please sign in to comment.