commit: 651199686a7f167adab3fda6e2a843a34539dd04 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Feb 24 17:36:45 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Feb 24 17:36:45 2023 +0000 URL: https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=65119968
0.2.3 release Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> docs/g-sorcery.8 | 2 +- docs/g-sorcery.8.rst | 4 ++-- docs/g-sorcery.cfg.8 | 2 +- docs/g-sorcery.cfg.8.rst | 4 ++-- setup.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/g-sorcery.8 b/docs/g-sorcery.8 index f1778a6..1f40b30 100644 --- a/docs/g-sorcery.8 +++ b/docs/g-sorcery.8 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH G-SORCERY 8 "2021-05-04" "0.2.2" "g-sorcery" +.TH G-SORCERY 8 "2023-02-24" "0.2.3" "g-sorcery" .SH NAME g-sorcery \- manage overlays for 3rd party software providers . diff --git a/docs/g-sorcery.8.rst b/docs/g-sorcery.8.rst index 9c2ced7..63bac6f 100644 --- a/docs/g-sorcery.8.rst +++ b/docs/g-sorcery.8.rst @@ -9,10 +9,10 @@ manage overlays for 3rd party software providers :Author: Written by Jauhien Piatlicki <[email protected]>. GSoC idea and mentorship by Rafael Martins. Lots of help and improvements by Brian Dolbec. Integration with layman based on work of Auke Booij. -:Date: 2021-05-04 +:Date: 2023-02-24 :Copyright: Copyright (c) 2013-2021 Jauhien Piatlicki and others, License: GPL-2 -:Version: 0.2.2 +:Version: 0.2.3 :Manual section: 8 :Manual group: g-sorcery diff --git a/docs/g-sorcery.cfg.8 b/docs/g-sorcery.cfg.8 index a6ac615..993c0bb 100644 --- a/docs/g-sorcery.cfg.8 +++ b/docs/g-sorcery.cfg.8 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH G-SORCERY.CFG 8 "2021-05-04" "0.2.2" "g-sorcery" +.TH G-SORCERY.CFG 8 "2023-02-24" "0.2.3" "g-sorcery" .SH NAME g-sorcery.cfg \- custom settings for g-sorcery . diff --git a/docs/g-sorcery.cfg.8.rst b/docs/g-sorcery.cfg.8.rst index 0aa61bf..e7f376a 100644 --- a/docs/g-sorcery.cfg.8.rst +++ b/docs/g-sorcery.cfg.8.rst @@ -9,10 +9,10 @@ custom settings for g-sorcery :Author: Written by Jauhien Piatlicki <[email protected]>. GSoC idea and mentorship by Rafael Martins. Lots of help and improvements by Brian Dolbec. -:Date: 2021-05-04 +:Date: 2023-02-24 :Copyright: Copyright (c) 2013-2021 Jauhien Piatlicki and others, License: GPL-2 -:Version: 0.2.2 +:Version: 0.2.3 :Manual section: 8 :Manual group: g-sorcery diff --git a/setup.py b/setup.py index 85e20a5..0fd4dea 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ for mod in SELECTABLE: optional_modules.append('g_sorcery.%s' % SELECTABLE[mod]) setup(name = 'g-sorcery', - version = '0.2.2', + version = '0.2.3', description = 'framework for automated ebuild generators', author = 'Jauhien Piatlicki', author_email = '[email protected]',
