summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-02-19 15:49:36 +0100
committerUlrich Müller <ulm@gentoo.org>2023-02-19 15:49:36 +0100
commitec85d5b305c18cbd59e903c3ab304c09b0dc27dc (patch)
tree09696d4eeed975a442a69ecc4163dbf23798c308
parentAdjust to sexpdata version 0.0.4. (diff)
downloadgs-elpa-ec85d5b305c18cbd59e903c3ab304c09b0dc27dc.tar.gz
gs-elpa-ec85d5b305c18cbd59e903c3ab304c09b0dc27dc.tar.bz2
gs-elpa-ec85d5b305c18cbd59e903c3ab304c09b0dc27dc.zip
0.2.2 release0.2.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--docs/gs-elpa.84
-rw-r--r--docs/gs-elpa.8.rst6
-rw-r--r--setup.py4
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 <jauhien@gentoo.org>. 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 <jauhien@gentoo.org>. 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',