mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +02:00
chg: [release] Bumped release number.
This commit is contained in:
parent
6fac279580
commit
5a6e08232f
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
## Release History
|
## 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)
|
### 0.11.3 (2024-01-02)
|
||||||
|
|
||||||
* Stegano now supports Python 3.12. Support of Python 3.8 has been removed.
|
* Stegano now supports Python 3.12. Support of Python 3.8 has been removed.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "stegano"
|
name = "stegano"
|
||||||
version = "0.11.3"
|
version = "0.11.4"
|
||||||
description = "A pure Python Steganography module."
|
description = "A pure Python Steganography module."
|
||||||
authors = [
|
authors = [
|
||||||
"Cédric Bonhomme <cedric@cedricbonhomme.org>"
|
"Cédric Bonhomme <cedric@cedricbonhomme.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue