Release 0.0.9

Fixed:
- Issue #11: fix read_regions bug which caused incorrect encryption/decryption
This commit is contained in:
Nichlas Severinsen 2022-02-19 00:24:17 +01:00
parent fef4eee23a
commit 266f3fc76d
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -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',