diff options
author | jpellerin <devnull@localhost> | 2010-10-26 14:37:09 -0400 |
---|---|---|
committer | jpellerin <devnull@localhost> | 2010-10-26 14:37:09 -0400 |
commit | b0c5e6cf3ae8798d1c1e8ca61d8dcd4bc1c8532f (patch) | |
tree | b6e3611cc508c68c2c1d78e0a0a7e5ceee4b4dec /doc | |
parent | 6afcfa13c1e609f224931008a48974fa11460a4a (diff) | |
download | nose-b0c5e6cf3ae8798d1c1e8ca61d8dcd4bc1c8532f.tar.gz |
Bumped version, working on making py3 packaging work
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index d3686da..aa0ead6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,9 +55,9 @@ copyright = u'2009, Jason Pellerin' # built documents. # # The short X.Y version. -version = '0.11' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.11.4' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |