Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Sep 28, 2023
1 parent 0a8442b commit dbca446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.0.32(2023-09-28)

* [Validate by regexp/Validate with a custom error](https://github.com/anna-money/marshmallow-recipe/pull/132)


## v0.0.31(2023-09-26)

* [Allow to strip whitespaces on load/dump for str fields](https://github.com/anna-money/marshmallow-recipe/pull/130)
Expand Down
2 changes: 1 addition & 1 deletion marshmallow_recipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"validate",
)

__version__ = "0.0.31"
__version__ = "0.0.32"

version = f"{__version__}, Python {sys.version}"

Expand Down

0 comments on commit dbca446

Please sign in to comment.