chore(release): release v3.6.0

Automatically generated by python-semantic-release
This commit is contained in:
github-actions
2023-02-18 09:58:15 +00:00
committed by github-actions
parent 58e4fd2856
commit b2d4bd0e42
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@ Changelog
<!--next-version-placeholder-->
## v3.6.0 (2023-02-18)
### Feature
* **audio_codec:** Detect "DTS:X" (closes #728) ([`2bdd8f5`](https://github.com/guessit-io/guessit/commit/2bdd8f568a0fa6c5eb97e1f29d5e4d488d86a2aa))
## v3.5.0 (2022-11-01)
### Feature
* **dependencies:** Drop Python 3.6 support ([`47f5718`](https://github.com/guessit-io/guessit/commit/47f57184a9d0a25c1b415638d0b003dad88ce607))
+1 -1
View File
@@ -4,4 +4,4 @@
Version module
"""
# pragma: no cover
__version__ = '3.5.0'
__version__ = '3.6.0'