From 8c1ba905fc412b3cd2184c94470381a7097cd32d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 3 Jun 2014 16:30:25 +0200 Subject: bump version to 1.0.0 and declare it stable xstatic is in use in misc. projects since about 3 years and didn't require much changes / fixing yet, so guess it is stable. in case we have to do incompatible changes at some time, we'll raise the version number accordingly. --- docs/source/conf.py | 6 +++--- setup.py | 6 +++--- xstatic/main.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 107fcf1..40f0374 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'XStatic' -copyright = u'2011, Thomas Waldmann' +copyright = u'2011-2014, Thomas Waldmann' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.0' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.1a0' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 4c7d7d6..52b35c0 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright: 2011 by the XStatic authors, see AUTHORS.txt for details. +# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details. # License: MIT license, see LICENSE.txt for details. """ @@ -19,12 +19,12 @@ from setuptools import setup, find_packages setup( name='XStatic', - version='0.0.2', + version='1.0.0', description='XStatic base package with minimal support code', long_description=long_description, classifiers=[ 'License :: OSI Approved :: MIT License', - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', diff --git a/xstatic/main.py b/xstatic/main.py index b0a2bd2..7e25a0a 100644 --- a/xstatic/main.py +++ b/xstatic/main.py @@ -1,4 +1,4 @@ -# Copyright: 2011 by the XStatic authors, see AUTHORS.txt for details. +# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details. # License: MIT license, see LICENSE.txt for details. """ -- cgit v1.2.1