chg: [release] Bumped release number.

This commit is contained in:
Cédric Bonhomme 2024-09-07 23:55:55 +02:00
parent 6fac279580
commit 5a6e08232f
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
## Release History
### 0.11.4 (2024-09-07)
* Added a parameter, close_file, to lsb.reveal in order to
specify if the file must be closed at the end of the processing.
### 0.11.3 (2024-01-02)
* Stegano now supports Python 3.12. Support of Python 3.8 has been removed.

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "stegano"
version = "0.11.3"
version = "0.11.4"
description = "A pure Python Steganography module."
authors = [
"Cédric Bonhomme <cedric@cedricbonhomme.org>"