From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-727586-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 337FA13877A
	for <garchives@archives.gentoo.org>; Sat, 23 Aug 2014 19:03:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 262D9E097E;
	Sat, 23 Aug 2014 19:03:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7DBA7E097E
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Aug 2014 19:03:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2B8C23402FB
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Aug 2014 19:03:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 899CA3C4F
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Aug 2014 19:03:06 +0000 (UTC)
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" <dywi@mailerd.de>
Message-ID: <1408820512.19c64a0a66ec382fe8e436a7e33f52d75e580fa6.dywi@gentoo>
Subject: [gentoo-commits] proj/R_overlay:master commit in: /, roverlay/
X-VCS-Repository: proj/R_overlay
X-VCS-Files: VERSION roverlay/core.py setup.py
X-VCS-Directories: / roverlay/
X-VCS-Committer: dywi
X-VCS-Committer-Name: André Erdmann
X-VCS-Revision: 19c64a0a66ec382fe8e436a7e33f52d75e580fa6
X-VCS-Branch: master
Date: Sat, 23 Aug 2014 19:03:06 +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: 3adb069e-85a0-4289-bb96-1e98e87bf19d
X-Archives-Hash: 8ed7395c2481da59f42ebff977d2f020

commit:     19c64a0a66ec382fe8e436a7e33f52d75e580fa6
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Sat Aug 23 19:01:52 2014 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Sat Aug 23 19:01:52 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=19c64a0a

roverlay 0.3.1

---
 VERSION          | 2 +-
 roverlay/core.py | 2 +-
 setup.py         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/VERSION b/VERSION
index 0d91a54..9e11b32 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.3.1

diff --git a/roverlay/core.py b/roverlay/core.py
index 97681d0..4550e81 100644
--- a/roverlay/core.py
+++ b/roverlay/core.py
@@ -26,7 +26,7 @@ import roverlay.util.common
 
 
 name        = "R_overlay"
-version     = "0.3.0"
+version     = "0.3.1"
 
 description_str = "R overlay creation (roverlay) " + version
 license_str     = (

diff --git a/setup.py b/setup.py
index acc8c3e..fc88200 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ SCRIPT_DIR = os.path.join ( "bin", "install" )
 
 setup (
    name         = 'R_Overlay',
-   version      = "0.3.0",
+   version      = "0.3.1",
    description  = 'Automatically generated overlay of R packages (SoC2012)',
    author       = 'Andr\xe9 Erdmann',
    author_email = 'dywi@mailerd.de',