[Testbot] Plone 5.0 - Python 2.7 - Build # 1824 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Mar 2 07:15:26 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1824 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1824/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plonetheme.sunburst
Branch: refs/heads/master
Date: 2014-03-01T22:03:14-08:00
Author: Eric Steele () <EricSteele47 at gmail.com>
Commit: https://github.com/plone/plonetheme.sunburst/commit/3ae1def5a49ae184394d87d934559d4de718ff24

Preparing release 1.5.0

Files changed:
M CHANGES.rst
M setup.py

diff --git a/CHANGES.rst b/CHANGES.rst
index ac0312f..1032966 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@ Changelog
 =========
 
 
-1.4.6 (unreleased)
+1.5.0 (2014-03-02)
 ------------------
 
 - PLIP #13705: Remove <base> tag.
diff --git a/setup.py b/setup.py
index b12a2ba..434b478 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.4.6.dev0'
+version = '1.5.0'
 
 long_description = (
     read('README.rst') + '\n' +


Repository: plonetheme.sunburst
Branch: refs/heads/master
Date: 2014-03-01T22:03:29-08:00
Author: Eric Steele () <EricSteele47 at gmail.com>
Commit: https://github.com/plone/plonetheme.sunburst/commit/8bb7db2f22e57d5706397532da2d7b43a6f85208

Back to development: 1.5.1

Files changed:
M CHANGES.rst
M setup.py

diff --git a/CHANGES.rst b/CHANGES.rst
index 1032966..363a80f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@ Changelog
 =========
 
 
+1.5.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 1.5.0 (2014-03-02)
 ------------------
 
diff --git a/setup.py b/setup.py
index 434b478..358753a 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.5.0'
+version = '1.5.1.dev0'
 
 long_description = (
     read('README.rst') + '\n' +




-------------------------------------------------------------------------------


More information about the Testbot mailing list