Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst committed Jul 2, 2024
1 parent bdba951 commit 7b090a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v0.4.0
* Add `quote_intro_line` parameter to `quote` and `quote_html`.
* Modernize all tests.

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

Expand Down
2 changes: 1 addition & 1 deletion quotequail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from . import _internal, _patterns
from ._enums import Position

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


Expand Down

0 comments on commit 7b090a5

Please sign in to comment.