File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
9-
10- ### Added
11-
12- -
8+ ## [ 1.3.7] - 2025-10-13
139
1410### Changed
1511
@@ -21,10 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2117- Remove non word characters and unicode characters for temp paths to prevent processing errors with DEE.
2218- ` temp_dir ` not being pulled from config.
2319
24- ### Removed
25-
26- -
27-
2820## [ 1.3.6] - 2025-10-01
2921
3022### Added
Original file line number Diff line number Diff line change 5151from deezy .utils .logger import logger , logger_manager
5252from deezy .utils .utils import WORKING_DIRECTORY
5353
54- __version__ = "1.3.6 "
54+ __version__ = "1.3.7 "
5555program_name = "DeeZy"
5656
5757
Original file line number Diff line number Diff line change 11[project ]
22name = " deezy"
3- version = " 1.3.6 "
3+ version = " 1.3.7 "
44description = " Dolby Encoding Engine Wrapper"
55readme = " README.md"
66requires-python = " >=3.9,<3.14"
You can’t perform that action at this time.
0 commit comments