chore(release): release v3.7.1

Automatically generated by python-semantic-release
This commit is contained in:
github-actions
2023-02-20 08:23:09 +00:00
committed by github-actions
parent d931c05722
commit 54acf7852a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@ Changelog
<!--next-version-placeholder-->
## v3.7.1 (2023-02-20)
### Fix
* **episode:** Ignore absolute_episode guess when SxxExx match is available in filepart ([`4aa5012`](https://github.com/guessit-io/guessit/commit/4aa5012edbf9f2898a417baec2c301859f5bcd92))
* **title:** Fix title guessing for `Show Name/Season XX/episode.mkv` directories pattern ([`e717928`](https://github.com/guessit-io/guessit/commit/e717928b8544489bf8aa4f6b2866c0c10f3a7a88))
## v3.7.0 (2023-02-18)
### Feature
* **week:** Add week property ([`8309bf1`](https://github.com/guessit-io/guessit/commit/8309bf14e34e17a871e0f496c27cf431aaba18e1))
+1 -1
View File
@@ -4,4 +4,4 @@
Version module
"""
# pragma: no cover
__version__ = '3.7.0'
__version__ = '3.7.1'