Skip to content

Commit

Permalink
0.14.1
Browse files Browse the repository at this point in the history
chore(release): 0.14.1

Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 8, 2023
1 parent b6dc66a commit 0183a17
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.14.1 (2023-10-08)

### Fix

* JSON deserialize `Decimal` ([#31](https://github.com/madpah/serializable/issues/31)) ([`b6dc66a`](https://github.com/madpah/serializable/commit/b6dc66acfb7fdc82b3dd18caf4ad79ec0e87eef0))

## v0.14.0 (2023-10-06)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# The full version, including alpha/beta/rc tags
# !! version is managed by semantic_release
release = '0.14.0'
release = '0.14.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-serializable"
version = "0.14.0"
version = "0.14.1"
description = "Library for serializing and deserializing Python Objects to and from JSON and XML."
authors = ["Paul Horton <paul.horton@owasp.org>"]
maintainers = ["Paul Horton <paul.horton@owasp.org>"]
Expand Down
2 changes: 1 addition & 1 deletion serializable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# !! version is managed by semantic_release
# do not use typing here, or else `semantic_release` might have issues finding the variable
__version__ = '0.14.0'
__version__ = '0.14.1'

logger = logging.getLogger('serializable')
logger.setLevel(logging.INFO)
Expand Down

0 comments on commit 0183a17

Please sign in to comment.