Skip to content

Commit

Permalink
bump version to 1.0.0 and declare it stable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Thomas Waldmann authored and Thomas Waldmann committed Jun 3, 2014
1 parent 4f33982 commit 80f789c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@

# 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.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand All @@ -19,12 +19,12 @@

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',
Expand Down
2 changes: 1 addition & 1 deletion xstatic/main.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down

0 comments on commit 80f789c

Please sign in to comment.