From 9f6ae602a44fa0e871efb7392c3f8cf15bebc008 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:13:51 +0100 Subject: [PATCH] Release v2.1.4 --- CHANGELOG.md | 2 +- keydive/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dac2b..cfe1ae4 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.4] - Not Released +## [2.1.4] - 2024-11-19 ### Changed diff --git a/keydive/__init__.py b/keydive/__init__.py index b85fcf0..4d74bd0 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.3' +__version__ = '2.1.4' diff --git a/pyproject.toml b/pyproject.toml index 70fc7a1..4e23249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "keydive" -version = "2.1.3" +version = "2.1.4" 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>"]