commit: ab3adc1b7142743784b5f46a8832da031d7efac8 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 17:48:31 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 17:52:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=ab3adc1b
new release 0.2.7 There was an issue with 0.2.6 on PyPI, and I don't want a .post version, so let's just bump Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 2 +- src/pkgdev/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index e61c249..9d9cafa 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,7 +2,7 @@ Release Notes ============= -pkgdev 0.2.6 (2023-04-22) +pkgdev 0.2.7 (2023-04-22) ------------------------- **New Features:** diff --git a/src/pkgdev/__init__.py b/src/pkgdev/__init__.py index de0ff6a..8e22150 100644 --- a/src/pkgdev/__init__.py +++ b/src/pkgdev/__init__.py @@ -1,2 +1,2 @@ __title__ = "pkgdev" -__version__ = "0.2.6" +__version__ = "0.2.7"
