From ec85d5b305c18cbd59e903c3ab304c09b0dc27dc Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 19 Feb 2023 15:49:36 +0100 Subject: 0.2.2 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- docs/gs-elpa.8 | 4 ++-- docs/gs-elpa.8.rst | 6 +++--- setup.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/gs-elpa.8 b/docs/gs-elpa.8 index c476201..15aebb2 100644 --- a/docs/gs-elpa.8 +++ b/docs/gs-elpa.8 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH GS-ELPA 8 "2021-05-05" "0.2.1" "g-sorcery" +.TH GS-ELPA 8 "2023-02-19" "0.2.2" "g-sorcery" .SH NAME gs-elpa \- manage overlays for ELPA repositories . @@ -177,7 +177,7 @@ Written by Jauhien Piatlicki . GSoC idea and mentorship by Rafael Martins. Lots of help and improvements by Brian Dolbec. .SH COPYRIGHT -Copyright (c) 2013-2021 Jauhien Piatlicki and others, +Copyright (c) 2013-2023 Jauhien Piatlicki and others, License: GPL-2 .\" Generated by docutils manpage writer. . diff --git a/docs/gs-elpa.8.rst b/docs/gs-elpa.8.rst index 5800940..9b0198a 100644 --- a/docs/gs-elpa.8.rst +++ b/docs/gs-elpa.8.rst @@ -9,10 +9,10 @@ manage overlays for ELPA repositories :Author: Written by Jauhien Piatlicki . GSoC idea and mentorship by Rafael Martins. Lots of help and improvements by Brian Dolbec. -:Date: 2021-05-05 -:Copyright: Copyright (c) 2013-2021 Jauhien Piatlicki and others, +:Date: 2023-02-19 +:Copyright: Copyright (c) 2013-2023 Jauhien Piatlicki and others, License: GPL-2 -:Version: 0.2.1 +:Version: 0.2.2 :Manual section: 8 :Manual group: g-sorcery diff --git a/setup.py b/setup.py index 040abcb..511d5d2 100644 --- a/setup.py +++ b/setup.py @@ -7,14 +7,14 @@ installation script - :copyright: (c) 2013-2021 Jauhien Piatlicki and others + :copyright: (c) 2013-2023 Jauhien Piatlicki and others :license: GPL-2, see LICENSE for more details. """ from distutils.core import setup setup(name = 'gs-elpa', - version = '0.2.1', + version = '0.2.2', description = 'g-sorcery backend for elisp packages', author = 'Jauhien Piatlicki', author_email = 'jauhien@gentoo.org', -- cgit v1.2.3-65-gdbad