From 13dc5287b0b13b162c9cc8a1e1d9e9b17efa4ab8 Mon Sep 17 00:00:00 2001 From: "Xiaochao Dong (@damnever)" Date: Wed, 18 Dec 2024 10:17:05 +0800 Subject: [PATCH] Bump version to v2.1.7 Signed-off-by: Xiaochao Dong (@damnever) --- CHANGELOG.md | 7 ++++++- pigar/version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9ec74..6c646b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ #### Version 2.1.6 (2024.07.10) -See what’s changed in detail [between v2.1.4 and v2.1.6](https://github.com/damnever/pigar/compare/v2.1.4...v2.1.6). +See what’s changed in detail [between v2.1.6 and v2.1.7](https://github.com/damnever/pigar/compare/v2.1.6...v2.1.7). + + +#### Version 2.1.6 (2024.07.10) + +See what’s changed in detail [between v2.1.5 and v2.1.6](https://github.com/damnever/pigar/compare/v2.1.5...v2.1.6). #### Version 2.1.5 (2024.07.10) - Invalid diff --git a/pigar/version.py b/pigar/version.py index 9810e24..c60e299 100644 --- a/pigar/version.py +++ b/pigar/version.py @@ -1 +1 @@ -version = __version__ = '2.1.6' +version = __version__ = '2.1.7'