From 3fd8f22865e5c2902dea82ab06d6427fcf22c031 Mon Sep 17 00:00:00 2001 From: "Xiaochao Dong (@damnever)" Date: Fri, 30 Jun 2023 20:47:52 +0800 Subject: [PATCH] Bump version to v2.1.1 Signed-off-by: Xiaochao Dong (@damnever) --- CHANGELOG.md | 5 +++++ pigar/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'