[silvatheme.standardissue][Sylvain Viollon] Tag 1.5.
[email protected] Mon, 26 Aug 2013 16:21:51 +0200
Newsgroups
gmane.comp.web.zope.silva.cvs
Message-ID
<[email protected] >
author: Sylvain Viollon
date: Mon Aug 26 16:20:24 2013 +0200
revision: 88:0fb41e87baa6 in silvatheme.standardissue
branch:
details: https://hg.infrae.com/silvatheme.standardissue?cmd=changeset;node=0fb41e87baa6
modified: docs/HISTORY.txt setup.py
added:
removed:
log: Tag 1.5.
Subject: [silvatheme.standardissue][Sylvain Viollon] Added tag silvatheme.standardissue-1.5 for changeset 0fb41e87baa6
author: Sylvain Viollon
date: Mon Aug 26 16:20:53 2013 +0200
revision: 89:898bde9a1fc2 in silvatheme.standardissue
branch:
details: https://hg.infrae.com/silvatheme.standardissue?cmd=changeset;node=898bde9a1fc2
modified: .hgtags
added:
removed:
log: Added tag silvatheme.standardissue-1.5 for changeset 0fb41e87baa6
Subject: [silvatheme.standardissue][Sylvain Viollon] Bump version.
author: Sylvain Viollon
date: Mon Aug 26 16:21:45 2013 +0200
revision: 90:0d8c06b79590 in silvatheme.standardissue
branch:
details: https://hg.infrae.com/silvatheme.standardissue?cmd=changeset;node=0d8c06b79590
modified: docs/HISTORY.txt setup.py
added:
removed:
log: Bump version.
diffstat:
.hgtags | 1 +
docs/HISTORY.txt | 7 ++++++-
setup.py | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r d77ec20cb464 -r 0d8c06b79590 .hgtags
--- a/.hgtags Fri Aug 09 10:57:49 2013 +0200
+++ b/.hgtags Mon Aug 26 16:21:45 2013 +0200
@@ -5,3 +5,4 @@
512c24df1713e0c94e60afbe11cec191b7526629 silvatheme.standardissue-1.3
56a7a4b9a319af353682c597cc99631df60dbcb6 silvatheme.standardissue-1.3.1
629d598c320830cb3157ff75b31ed934b494c04c silvatheme.standardissue-1.4
+0fb41e87baa6d6d97c239e6d33effb2ab9ae3b3d silvatheme.standardissue-1.5
diff -r d77ec20cb464 -r 0d8c06b79590 docs/HISTORY.txt
--- a/docs/HISTORY.txt Fri Aug 09 10:57:49 2013 +0200
+++ b/docs/HISTORY.txt Mon Aug 26 16:21:45 2013 +0200
@@ -1,11 +1,16 @@
Changelog
=========
-1.4.1 (unreleased)
+1.5.1 (unreleased)
------------------
* ...
+1.5 (2013-08-26)
+----------------
+
+* Add CSS for table styles.
+
1.4 (2013-05-24)
----------------
diff -r d77ec20cb464 -r 0d8c06b79590 setup.py
--- a/setup.py Fri Aug 09 10:57:49 2013 +0200
+++ b/setup.py Mon Aug 26 16:21:45 2013 +0200
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
import os
-version = '1.4.1dev'
+version = '1.5.1dev'
setup(name='silvatheme.standardissue',
version=version,