summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-06-03 16:30:25 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-06-03 16:30:25 +0200
commit80f789c13edb926276f4e27c62db0dcc2709813e (patch)
tree44896a6c8e62809ae3e82f5d615d3afbe7ff9c28 /docs
parent4f3398263a17831ec26e2d42e7e89ba099e4ea64 (diff)
downloadxstatic-git-80f789c13edb926276f4e27c62db0dcc2709813e.tar.gz
bump version to 1.0.0 and declare it stable1.0.0
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py6
1 files changed, 3 insertions, 3 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.