[Testbot] Plone 4.3 - Python 2.6 - Build # 2308 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Sep 7 15:21:41 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2308 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/2308/


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

Repository: plone.app.content
Branch: refs/heads/2.1.x
Date: 2014-09-07T07:19:12-07:00
Author: Eric Steele (esteele) <EricSteele47 at gmail.com>
Commit: https://github.com/plone/plone.app.content/commit/644e960f896df6503c12e996e9a43159ac02e55f

Preparing release 2.1.5

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 37c0f11..136119c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.1.5 (unreleased)
+2.1.5 (2014-09-07)
 ------------------
 
 - Always show inactive content in the folder_contents view.
diff --git a/setup.py b/setup.py
index 6f96b5d..9a6b392 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '2.1.5.dev0'
+version = '2.1.5'
 
 setup(name='plone.app.content',
       version=version,


Repository: plone.app.content
Branch: refs/heads/2.1.x
Date: 2014-09-07T07:19:30-07:00
Author: Eric Steele (esteele) <EricSteele47 at gmail.com>
Commit: https://github.com/plone/plone.app.content/commit/08b157ef6724a138b9e1edfe044a3d1c973ffc61

Back to development: 2.1.6

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 136119c..3376985 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+2.1.6 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 2.1.5 (2014-09-07)
 ------------------
 
diff --git a/setup.py b/setup.py
index 9a6b392..963e936 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '2.1.5'
+version = '2.1.6.dev0'
 
 setup(name='plone.app.content',
       version=version,




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


More information about the Testbot mailing list