chore(release): release v3.4.1

Automatically generated by python-semantic-release
This commit is contained in:
github-actions
2021-11-05 22:08:07 +00:00
committed by github-actions
parent b52a9d9f03
commit af44ef1b69
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@ Changelog
<!--next-version-placeholder-->
## v3.4.1 (2021-11-05)
### Fix
* **other:** Detect "Open Matte" with non-space separator ([`b52a9d9`](https://github.com/guessit-io/guessit/commit/b52a9d9f0315af68d41c22772d35488d00c4f04e))
* **packaging:** Use stdlib importlib.resources in py 3.7+ ([`1e7b000`](https://github.com/guessit-io/guessit/commit/1e7b0008232e306478d15f7a78d093804d56df3a))
## v3.4.0 (2021-11-04)
### Feature
* **other:** Add restored support and match 4k-* patterns ([`99c30eb`](https://github.com/guessit-io/guessit/commit/99c30eb3876a4947ff9a4f5126b70195452a64c7))
+1 -1
View File
@@ -4,4 +4,4 @@
Version module
"""
# pragma: no cover
__version__ = '3.4.0'
__version__ = '3.4.1'