[KSS-checkins] r44992 - in kukit/kss.demo/tag/1.2-rc1.1: . docs kss/demo
reebalazs at codespeak.net
reebalazs at codespeak.net
Fri Jul 13 02:24:09 CEST 2007
Author: reebalazs
Date: Fri Jul 13 02:24:08 2007
New Revision: 44992
Modified:
kukit/kss.demo/tag/1.2-rc1.1/docs/HISTORY.txt
kukit/kss.demo/tag/1.2-rc1.1/kss/demo/version.txt
kukit/kss.demo/tag/1.2-rc1.1/setup.py
Log:
Set release
Modified: kukit/kss.demo/tag/1.2-rc1.1/docs/HISTORY.txt
==============================================================================
--- kukit/kss.demo/tag/1.2-rc1.1/docs/HISTORY.txt (original)
+++ kukit/kss.demo/tag/1.2-rc1.1/docs/HISTORY.txt Fri Jul 13 02:24:08 2007
@@ -2,6 +2,12 @@
(name of developer listed in brackets)
+kss.demo - 1.2-rc1.1 Released 2007-07-12
+
+ - Prepare for release.
+ Identical with 1.2-rc1, just created for consistent versions.
+ [ree]
+
kss.demo - 1.2-rc1 Released 2007-07-08
- Prepare for release
Modified: kukit/kss.demo/tag/1.2-rc1.1/kss/demo/version.txt
==============================================================================
--- kukit/kss.demo/tag/1.2-rc1.1/kss/demo/version.txt (original)
+++ kukit/kss.demo/tag/1.2-rc1.1/kss/demo/version.txt Fri Jul 13 02:24:08 2007
@@ -1 +1 @@
-1.2-rc1 Released 2007-07-08
+1.2-rc1.1 Released 2007-07-12
Modified: kukit/kss.demo/tag/1.2-rc1.1/setup.py
==============================================================================
--- kukit/kss.demo/tag/1.2-rc1.1/setup.py (original)
+++ kukit/kss.demo/tag/1.2-rc1.1/setup.py Fri Jul 13 02:24:08 2007
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os
-version = '1.2-rc1'
+version = '1.2-rc1.1'
setup(name='kss.demo',
version=version,
@@ -26,7 +26,7 @@
zip_safe=False,
install_requires=[
# -*- Extra requirements: -*-
- 'kss.core>=1.2-rc1',
+ 'kss.core>=1.2-rc1.1',
],
entry_points="""
# -*- Entry points: -*-
More information about the Kukit-checkins
mailing list