diff --git a/CHANGELOG.md b/CHANGELOG.md index 756fd22..84f8f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Change Logs +#### Version 2.1.1 (2023.06.30) + +See what’s changed in detail [between v2.1.0 and v2.1.1](https://github.com/damnever/pigar/compare/v2.1.0...v2.1.1). + + #### Version 2.1.0 (2023.06.22) This release includes an [experimental feature called 'requirement-annotations'](https://github.com/damnever/pigar#experimental-features) that allows you to declare implicit packages/distributions by using comments. diff --git a/pigar/version.py b/pigar/version.py index 4b42266..cb53de2 100644 --- a/pigar/version.py +++ b/pigar/version.py @@ -1 +1 @@ -version = __version__ = '2.1.0' +version = __version__ = '2.1.1'