File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.1] - 2024-09-28
4+
5+ ### Maintenance
6+ - ** 🐛 Code Quality** : Confirmed pylint compliance (10.00/10 rating maintained)
7+ - ** 🏷️ Version Bump** : Updated version to 2.0.1 for maintenance release
8+ - ** ✅ Testing** : All existing tests continue to pass
9+
310## [ 2.0.0] - 2024-09-06
411
512### Major Upgrades
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " stegano-sec"
7- version = " 2.0.0 "
7+ version = " 2.0.1 "
88authors = [
99 {name = " Irfan Ali" , email = " irfan.sec@example.com" }
1010]
Original file line number Diff line number Diff line change 77- Text files using whitespace/zero-width character encoding
88"""
99
10- __version__ = "2.0.0 "
10+ __version__ = "2.0.1 "
1111__author__ = "Irfan Ali"
1212__email__ = "irfan.sec@example.com"
1313
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def test_version_import(self):
8484 # pylint: disable=import-outside-toplevel # Version import only needed in test
8585 from stegano import __version__
8686
87- assert __version__ == "2.0.0 "
87+ assert __version__ == "2.0.1 "
8888
8989 def test_package_imports (self ):
9090 """Test that main functions can be imported"""
You can’t perform that action at this time.
0 commit comments