summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-02 04:36:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-02 04:36:35 +0000
commit914dc999ae3c95404d65de193b8674a5e74075d9 (patch)
treec9ab69faedeed06244aff4d8d42c67b1723a2a22 /setup.py
parentReleasing debian version 0.15.1-1. (diff)
downloadgita-914dc999ae3c95404d65de193b8674a5e74075d9.tar.xz
gita-914dc999ae3c95404d65de193b8674a5e74075d9.zip
Merging upstream version 0.15.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6fb92eb..bc82040 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.md', encoding='utf-8') as f:
setup(
name='gita',
packages=['gita'],
- version='0.15.1',
+ version='0.15.2',
license='MIT',
description='Manage multiple git repos with sanity',
long_description=long_description,