Skip to content

Commit

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

Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 7, 2024
1 parent 3cc6cad commit 3b50104
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v0.17.1 (2024-01-07)

### Fix

* Log placeholder ([#60](https://github.com/madpah/serializable/issues/60)) ([`3cc6cad`](https://github.com/madpah/serializable/commit/3cc6cadad27a86b46ca576540f89a15f0f8fc1cd))

### Documentation

* Add "documentation" url to project meta ([`bf864d7`](https://github.com/madpah/serializable/commit/bf864d75d8a12426d4c71ae9ea1f533e730bd54e))
* Add "documentation" url to project meta ([`d3bcc42`](https://github.com/madpah/serializable/commit/d3bcc4258ab8cdf6c9e09b47985997cafdc19e9a))

## v0.17.0 (2024-01-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.17.0'
release = '0.17.1'

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "py-serializable"
version = "0.17.0"
version = "0.17.1"
description = "Library for serializing and deserializing Python Objects to and from JSON and XML."
authors = ["Paul Horton <[email protected]>"]
maintainers = [
Expand Down
2 changes: 1 addition & 1 deletion serializable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

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

# make logger publicly available, as stable API
logger = _logger
Expand Down

0 comments on commit 3b50104

Please sign in to comment.