diff --git a/doc/conf.py b/doc/conf.py index 438a4a7..fe39a26 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,7 +47,7 @@ # The short X.Y version. version = '1.6' # The full version, including alpha/beta/rc tags. -release = '1.6-SNAPSHOT' +release = '1.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/download.rst b/doc/download.rst index 51f939d..6de3650 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -6,10 +6,10 @@ Downloads Stable ------ -The current stable release of GeoScript PY is 1.5.0. Select a file to download from below. +The current stable release of GeoScript PY is 1.6.0. Select a file to download from below. .. cssclass:: external - * `tar.gz `_ + * `tar.gz `_ - * `zip `_ + * `zip `_ diff --git a/pom.xml b/pom.xml index 264f320..a2055f5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.geoscript geoscript-py jar - 1.6-SNAPSHOT + 1.6.0 GeoScript Python diff --git a/setup.py b/setup.py index f2b1e23..9e20183 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run(self): self.distribution.dist_files.append(file) -ver='1.6-SNAPSHOT' +ver='1.6.0' jars = ['jars/%s' % (f) for f in os.listdir('jars')] setup(cmdclass={'src': SrcCmd, 'doc': DocCmd}, name='geoscript',