commit:     45ef92f85e1044453ac27b760875ffa77232b3d8
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 12 22:39:30 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 12 22:39:30 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=45ef92f8

version.py: Bumps version number

CHANGES: Modifies version number.
Enough changes have occured in this version of layman to justify
making it jump from 2.2.0 to 2.3.0.

---
 CHANGES           | 2 +-
 layman/version.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index d4e527e..2563874 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
 CHANGES
 -------
 
-Version 2.2.1 - Release ???
+Version 2.3.0 - Release ???
 ===========================
  - Renamed portage sync plugin to laymanator
  - adds portage sync plugin to setup.py for installation

diff --git a/layman/version.py b/layman/version.py
index d6f8eaf..0ce6d76 100644
--- a/layman/version.py
+++ b/layman/version.py
@@ -24,7 +24,7 @@ from __future__ import unicode_literals
 __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
 
 
-VERSION = '2.2.1-git'
+VERSION = '2.3.0-git'
 
 if __name__ == '__main__':
     print(VERSION)

Reply via email to