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

jenkins at plone.org jenkins at plone.org
Fri Oct 24 06:28:16 UTC 2014


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

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


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

Repository: plone.app.portlets
Branch: refs/heads/master
Date: 2014-10-23T21:49:26-04:00
Author: esteele (esteele) <eric at esteele.net>
Commit: https://github.com/plone/plone.app.portlets/commit/6a5d55ae379762f0c3950641a81512eb4ca1c904

Preparing release 3.0.2

Files changed:
M CHANGES.rst
M setup.py

diff --git a/CHANGES.rst b/CHANGES.rst
index e4a248b..671ed75 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-3.0.2 (unreleased)
+3.0.2 (2014-10-23)
 ------------------
 
 - Abstract the search form and livesearch action URLs making it easier to
diff --git a/setup.py b/setup.py
index d6a39a9..5aa269b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '3.0.2.dev0'
+version = '3.0.2'
 
 setup(name='plone.app.portlets',
       version=version,


Repository: plone.app.portlets
Branch: refs/heads/master
Date: 2014-10-23T21:49:52-04:00
Author: esteele (esteele) <eric at esteele.net>
Commit: https://github.com/plone/plone.app.portlets/commit/1457ed8cca816fb191b2c497bc2977c160bd2669

Back to development: 3.0.3

Files changed:
M CHANGES.rst
M setup.py

diff --git a/CHANGES.rst b/CHANGES.rst
index 671ed75..40d1c0d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+3.0.3 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.0.2 (2014-10-23)
 ------------------
 
diff --git a/setup.py b/setup.py
index 5aa269b..c89eafa 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '3.0.2'
+version = '3.0.3.dev0'
 
 setup(name='plone.app.portlets',
       version=version,




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


More information about the Testbot mailing list