diff options
author | John Dickinson <me@not.mn> | 2016-09-29 13:04:40 -0700 |
---|---|---|
committer | John Dickinson <me@not.mn> | 2016-09-29 15:21:03 -0700 |
commit | 498f972c726514b59f202a18e134d25b58ca9c9d (patch) | |
tree | 4556e8adae3754481889186f6c8c551a1624ca9c /doc/source/conf.py | |
parent | cbb3d9364ff9cf453b06866d24073330760f8918 (diff) | |
download | pyeclib-1.3.0.tar.gz |
1.3.0 release1.3.0
Change-Id: I044893a975dd644c0ba5958216138828f8aeefb9
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 1bbc468..65a8355 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2016, Kevin Greenan, Tushar Gohad, Kota Tsuyuzaki' # built documents. # # The short X.Y version. -version = '1.2.1' +version = '1.3.0' # The full version, including alpha/beta/rc tags. -release = '1.2.1' +release = '1.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |