commit: 7b64f620c881a92b54fd4bfeb5d9ffe3f2b15d7d
Author: Brian Dolbec <bdolbec <AT> gaikai <DOT> com>
AuthorDate: Mon Oct 23 22:27:51 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 22:35:54 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7b64f620
repoman: Update for a repoman release
Signed-off-by: Brian Dolbec <bdolbec <AT> gaikai.com>
repoman/RELEASE-NOTES | 5 +++++
repoman/setup.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
index 07fd62353..ad347cf11 100644
--- a/repoman/RELEASE-NOTES
+++ b/repoman/RELEASE-NOTES
@@ -1,6 +1,11 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+repoman-2.3.4
+==================================
+* Support two new options: --bug (-b) and --closes (-c)
+
+
repoman-2.3.3
==================================
* Bug Fixes:
diff --git a/repoman/setup.py b/repoman/setup.py
index 4a1283ec5..9c4def929 100755
--- a/repoman/setup.py
+++ b/repoman/setup.py
@@ -447,7 +447,7 @@ def get_manpages():
setup(
name = 'repoman',
- version = '2.3.3',
+ version = '2.3.4',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',