|
[Collective-checkins] r250610 - in collective.z3cform.grok/trunk: .
docs
From: Mathieu Le Marec - Pasquet <svn-changes@pl...> - 2012-08-08 13:43
|
Author: kiorky
Date: Wed Aug 8 13:43:40 2012
New Revision: 250610
Modified:
collective.z3cform.grok/trunk/docs/HISTORY.txt
collective.z3cform.grok/trunk/setup.py
Log:
Preparing release 1.15
Modified: collective.z3cform.grok/trunk/docs/HISTORY.txt
==============================================================================
--- collective.z3cform.grok/trunk/docs/HISTORY.txt (original)
+++ collective.z3cform.grok/trunk/docs/HISTORY.txt Wed Aug 8 13:43:40 2012
@@ -1,8 +1,8 @@
Changelog
=========
-1.15 (unreleased)
---------------------
+1.15 (2012-08-08)
+-----------------
- fix utf-8 header
- fix interfaces import
Modified: collective.z3cform.grok/trunk/setup.py
==============================================================================
--- collective.z3cform.grok/trunk/setup.py (original)
+++ collective.z3cform.grok/trunk/setup.py Wed Aug 8 13:43:40 2012
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-version = '1.15dev-0'
+version = '1.15'
def read(*rnames):
return open(
|
| Thread | Author | Date |
|---|---|---|
| [Collective-checkins] r250610 - in collective.z3cform.grok/trunk: . docs | Mathieu Le Marec - Pasquet <svn-changes@pl...> |