From f0cff80f908479103b7fe27e9881aaa820b6ab15 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 12 Jan 2025 10:21:46 +0100 Subject: [PATCH] release v2.1.5 --- CHANGELOG.md | 3 ++- README.md | 2 +- keydive/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b896d..d4cadfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.5] - Not Released +## [2.1.5] - 2025-01-12 ### Added @@ -416,6 +416,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial release of the project, laying the foundation for future enhancements and features. +[2.1.5]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.5 [2.1.4]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.4 [2.1.3]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.3 [2.1.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.2 diff --git a/README.md b/README.md index 1b0619a..f78b560 100644 --- a/README.md +++ b/README.md @@ -125,4 +125,4 @@ You can find a copy of the license in the LICENSE file in the root folder. * * * -© hyugogirubato 2024 \ No newline at end of file +© hyugogirubato 2025 \ No newline at end of file diff --git a/keydive/__init__.py b/keydive/__init__.py index 4d74bd0..856a36b 100644 --- a/keydive/__init__.py +++ b/keydive/__init__.py @@ -4,4 +4,4 @@ from .cdm import Cdm from .vendor import Vendor from .keybox import Keybox -__version__ = '2.1.4' +__version__ = '2.1.5' diff --git a/pyproject.toml b/pyproject.toml index 4e23249..0ef2bcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "keydive" -version = "2.1.4" +version = "2.1.5" description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education." license = "MIT" authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]