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

jenkins at plone.org jenkins at plone.org
Sun Mar 2 08:48:00 UTC 2014


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

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


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

Repository: Products.TinyMCE
Branch: refs/heads/master
Date: 2014-03-01T22:16:43-08:00
Author: Eric Steele () <EricSteele47 at gmail.com>
Commit: https://github.com/plone/Products.TinyMCE/commit/4f3e8a68c0abe30cf42975c3719f69fe91dc97ad

Preparing release 1.4.0

Files changed:
M HISTORY.rst
M setup.py

diff --git a/HISTORY.rst b/HISTORY.rst
index bb54a6c..05095ce 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,7 +2,7 @@
 HISTORY
 =======
 
-1.4.0 (unreleased)
+1.4.0 (2014-03-02)
 ------------------
 
 - Make sure folderish items can be selected as images if they are listed
diff --git a/setup.py b/setup.py
index ea2eda2..04691d5 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
     requires = []
 
 setup(name='Products.TinyMCE',
-    version='1.4.0.dev0',
+    version='1.4.0',
     description="Adds support for TinyMCE, a platform independent web based Javascript HTML WYSIWYG editor, to Plone.",
     long_description=open_relative("README.rst"),
     classifiers=[


Repository: Products.TinyMCE
Branch: refs/heads/master
Date: 2014-03-01T22:17:28-08:00
Author: Eric Steele () <EricSteele47 at gmail.com>
Commit: https://github.com/plone/Products.TinyMCE/commit/789bf1e878b064fc5ed9086f7e017ba8022eae4a

Back to development: 1.4.1

Files changed:
M HISTORY.rst
M setup.py

diff --git a/HISTORY.rst b/HISTORY.rst
index 05095ce..72f2c29 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,6 +2,12 @@
 HISTORY
 =======
 
+1.4.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 1.4.0 (2014-03-02)
 ------------------
 
diff --git a/setup.py b/setup.py
index 04691d5..0a0a7c1 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
     requires = []
 
 setup(name='Products.TinyMCE',
-    version='1.4.0',
+    version='1.4.1.dev0',
     description="Adds support for TinyMCE, a platform independent web based Javascript HTML WYSIWYG editor, to Plone.",
     long_description=open_relative("README.rst"),
     classifiers=[




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


More information about the Testbot mailing list