Skip to content

Commit b301713

Browse files
committed
Bump to v1.9.0
1 parent 8c310ad commit b301713

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [1.9.0] - 2025-12-22
9+
10+
Just a small update to update imports, support the latest python version, and fix configs.
11+
12+
### Added
13+
14+
- Support for Python 3.14 (and retroactively 3.13).
15+
16+
### Removed
17+
18+
- Dropped support for Python 3.8.
19+
- DeepSource config and badge.
20+
21+
### Fixed
22+
23+
- Fixed pre-commit config, now using all official repos while still utilizing poetry dependencies.
24+
- Fixed the GitHub workflows for CI/CD, now using the latest action versions.
25+
826
## [1.8.0] - 2023-12-22
927

1028
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pywidevine"
7-
version = "1.8.0"
7+
version = "1.9.0"
88
description = "Widevine CDM (Content Decryption Module) implementation in Python."
99
license = "GPL-3.0-only"
1010
authors = ["rlaphoenix <[email protected]>"]

pywidevine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .remotecdm import *
66
from .session import *
77

8-
__version__ = "1.8.0"
8+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)