From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-881746-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 85E6B13825A
	for <garchives@archives.gentoo.org>; Sun, 15 May 2016 23:51:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 65DD7142F0;
	Sun, 15 May 2016 23:51:19 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E248D14225
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 May 2016 23:51:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C81A1340BC1
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 May 2016 23:51:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8086697B
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 May 2016 23:51:13 +0000 (UTC)
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org>
Message-ID: <1463250580.3f524aa39a4849fc92ad37ee538a45d09b3133c4.dolsen@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /, repoman/
X-VCS-Repository: proj/portage
X-VCS-Files: repoman/setup.py setup.py
X-VCS-Directories: / repoman/
X-VCS-Committer: dolsen
X-VCS-Committer-Name: Brian Dolbec
X-VCS-Revision: 3f524aa39a4849fc92ad37ee538a45d09b3133c4
X-VCS-Branch: master
Date: Sun, 15 May 2016 23:51:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ce1beb16-8221-41a3-9c3a-8f110665cf6c
X-Archives-Hash: 16b21bcbf914cd1871d6fe5031201399
Message-ID: <20160515235113.ngDpxlyTOacUXos1I4r6Pa4tBQID0bslS78qb9iCvms@z>

commit:     3f524aa39a4849fc92ad37ee538a45d09b3133c4
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 18:29:17 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat May 14 18:29:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=3f524aa3

Test bump versions

 repoman/setup.py | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/repoman/setup.py b/repoman/setup.py
index b7b8ee2..07b14dc 100755
--- a/repoman/setup.py
+++ b/repoman/setup.py
@@ -612,7 +612,7 @@ def get_manpages():
 
 setup(
 	name = 'repoman',
-	version = '2.3.0',
+	version = '2.3.0_rc1',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',

diff --git a/setup.py b/setup.py
index c487ddf..75c4bcb 100755
--- a/setup.py
+++ b/setup.py
@@ -615,7 +615,7 @@ def get_manpages():
 
 setup(
 	name = 'portage',
-	version = '2.2.28',
+	version = '2.3.0_rc1',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',