changeset 9:28d2535d682f 1.0

New version 1.0.0.1 (1.0 == base Trac version needed, .0 == default branch for the plugin, .1 == incremental version for the plugin)
author cboos
date Tue, 11 Sep 2012 14:53:59 +0200
parents 394f41daf8d8
children c77621b0f6bb
files README setup.py
diffstat 2 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Sep 11 14:47:37 2012 +0200
+++ b/README	Tue Sep 11 14:53:59 2012 +0200
@@ -8,7 +8,9 @@
 
 === Trac ===
 
-This plugin for Trac 0.13 works with Trac ''trunk'':
+This plugin works with Trac 1.0.x.
+
+You can also use the trunk version (1.1.x):
 {{{
 svn co http://svn.edgewall.org/repos/trac/trunk
 }}}
--- a/setup.py	Tue Sep 11 14:47:37 2012 +0200
+++ b/setup.py	Tue Sep 11 14:53:59 2012 +0200
@@ -36,16 +36,16 @@
 TracMercurial = 'http://trac.edgewall.org/wiki/TracMercurial'
 
 setup(name='TracMercurial',
-      install_requires='Trac >=0.13dev',
-      description='Mercurial plugin for Trac (0.13 branch)',
+      install_requires='Trac >=1.0dev',
+      description='Mercurial plugin for Trac (1.0 branch)',
       keywords='trac scm plugin mercurial hg',
-      version='0.13.0.5',
+      version='1.0.0.1',
       url=TracMercurial,
       license='GPL',
       author='Christian Boos',
       author_email='cboos@edgewall.org',
       long_description="""
-      This plugin for Trac 0.13 provides support for the Mercurial SCM.
+      This plugin for Trac 1.0 provides support for the Mercurial SCM.
 
       See %s for more details.
       """ % TracMercurial,