From 266f3fc76d6cb6b7aa527ff96ce506fbbf0b58d4 Mon Sep 17 00:00:00 2001 From: Nichlas Severinsen Date: Sat, 19 Feb 2022 00:24:17 +0100 Subject: [PATCH] Release 0.0.9 Fixed: - Issue #11: fix read_regions bug which caused incorrect encryption/decryption --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66644c3..9c04f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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/). +## [0.0.9] - 2022-02-19 +### Fixed +- Issue #11: fix read_regions bug which caused incorrect encryption/decryption + +### Changed +- A little more lenient requirements using ~= + ## [0.0.8] - 2021-11-27 ### Fixed - Issue #7: fix manually supplied .ird files not being used. diff --git a/setup.py b/setup.py index 7cc651d..bad77f2 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('README.md') as f: setup( name="libray", - version="0.0.8", + version="0.0.9", description='A Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs', long_description=long_description, long_description_content_type='text/markdown',