Skip to content

Commit

Permalink
v0.3.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst authored Jun 28, 2024
1 parent 117ddce commit deff61b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## v0.3.0

* Code quality improvements: linting, typing
* Supporting Python versions 3.10 - 3.12
* Improve Outlook forward detection

## v0.2.4

* First version using auto-release process
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.2.4"
__version__ = "0.3.0"
__all__ = ["quote", "quote_html", "unwrap", "unwrap_html"]


Expand Down

0 comments on commit deff61b

Please sign in to comment.