[Products.SilvaDocument][Sylvain Viollon] Tag 3.0.2.

[email protected] Tue, 08 Oct 2013 17:53:16 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Sylvain Viollon
date:      Tue Oct 08 17:52:24 2013 +0200
revision:  1855:486680a76bec in Products.SilvaDocument
branch:    2.4
details:   https://hg.infrae.com/Products.SilvaDocument?cmd=changeset;node=486680a76bec
modified:  Products/SilvaDocument/HISTORY.txt setup.py
added:     
removed:   
log:       Tag 3.0.2.

Subject: [Products.SilvaDocument][Sylvain Viollon] Added tag SilvaDocument-3.0.2 for changeset 486680a76bec


author:    Sylvain Viollon
date:      Tue Oct 08 17:52:34 2013 +0200
revision:  1856:a8a2a23a0296 in Products.SilvaDocument
branch:    2.4
details:   https://hg.infrae.com/Products.SilvaDocument?cmd=changeset;node=a8a2a23a0296
modified:  .hgtags
added:     
removed:   
log:       Added tag SilvaDocument-3.0.2 for changeset 486680a76bec

Subject: [Products.SilvaDocument][Sylvain Viollon] Bump version.


author:    Sylvain Viollon
date:      Tue Oct 08 17:53:13 2013 +0200
revision:  1857:b27d773a9145 in Products.SilvaDocument
branch:    2.4
details:   https://hg.infrae.com/Products.SilvaDocument?cmd=changeset;node=b27d773a9145
modified:  Products/SilvaDocument/HISTORY.txt setup.py
added:     
removed:   
log:       Bump version.


diffstat:

 .hgtags                            |  1 +
 Products/SilvaDocument/HISTORY.txt |  8 +++++++-
 setup.py                           |  2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 8968f469d7ff -r b27d773a9145 .hgtags
--- a/.hgtags	Fri Aug 30 14:23:59 2013 +0200
+++ b/.hgtags	Tue Oct 08 17:53:13 2013 +0200
@@ -61,3 +61,4 @@
 5545b799d20fabe775f47c305ea85ed02feff7d1 SilvaDocument-3.0c1
 b4d463beb3ed28beb6d97c838f9abe1828b55e22 SilvaDocument-3.0
 eeb8ed91e8cfc6f3aa12dcec3d51941ae0b8abfc SilvaDocument-3.0.1
+486680a76bec736a172e1077f819ed2ec4cba4b7 SilvaDocument-3.0.2
diff -r 8968f469d7ff -r b27d773a9145 Products/SilvaDocument/HISTORY.txt
--- a/Products/SilvaDocument/HISTORY.txt	Fri Aug 30 14:23:59 2013 +0200
+++ b/Products/SilvaDocument/HISTORY.txt	Tue Oct 08 17:53:13 2013 +0200
@@ -1,11 +1,17 @@
 ChangeLog
 =========
 
-3.0.2 (unreleased)
+3.0.3 (unreleased)
 ------------------
 
 * ...
 
+3.0.2 (2013/10/08)
+------------------
+
+* Update tests to be ran inside a transaction to ensure the last
+  author is properly set.
+
 3.0.1 (2013/08/26)
 ------------------
 
diff -r 8968f469d7ff -r b27d773a9145 setup.py
--- a/setup.py	Fri Aug 30 14:23:59 2013 +0200
+++ b/setup.py	Tue Oct 08 17:53:13 2013 +0200
@@ -5,7 +5,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '3.0.2dev'
+version = '3.0.3dev'
 
 tests_require = [
     'Products.Silva [test]',