Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst committed Jun 28, 2024
1 parent 273addf commit 31aeff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## v0.3.1
* Fix `unwrap_html` when no result was found.

## v0.3.0

* Code quality improvements: linting, typing
Expand Down
2 changes: 1 addition & 1 deletion quotequail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from . import _internal, _patterns

__version__ = "0.3.0"
__version__ = "0.3.1"
__all__ = ["quote", "quote_html", "unwrap", "unwrap_html"]


Expand Down

0 comments on commit 31aeff9

Please sign in to comment.