Skip to content

Commit f8c17d8

Browse files
author
jessielw
committed
feat: v1.3.7
1 parent 8b79759 commit f8c17d8

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

deezy/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from deezy.utils.logger import logger, logger_manager
5252
from deezy.utils.utils import WORKING_DIRECTORY
5353

54-
__version__ = "1.3.6"
54+
__version__ = "1.3.7"
5555
program_name = "DeeZy"
5656

5757

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deezy"
3-
version = "1.3.6"
3+
version = "1.3.7"
44
description = "Dolby Encoding Engine Wrapper"
55
readme = "README.md"
66
requires-python = ">=3.9,<3.14"

0 commit comments

Comments
 (0)