From c978ad6536ce246879519bbde93cf038c7667ae0 Mon Sep 17 00:00:00 2001 From: Jared Erickson Date: Tue, 23 Mar 2021 16:25:10 -0700 Subject: [PATCH] Release 1.8.0 --- doc/conf.py | 2 +- doc/download.rst | 6 +++--- pom.xml | 4 ++-- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index bc3556f..6655abe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,7 +47,7 @@ # The short X.Y version. version = '1.8' # The full version, including alpha/beta/rc tags. -release = '1.8-SNAPSHOT' +release = '1.8.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 d1850c6..2c6f97a 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -6,10 +6,10 @@ Downloads Stable ------ -The current stable release of GeoScript PY is 1.7.0. Select a file to download from below. +The current stable release of GeoScript PY is 1.8.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 335772a..fe35926 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.geoscript geoscript-py jar - 1.8-SNAPSHOT + 1.8.0 GeoScript Python @@ -346,6 +346,6 @@ - 25-SNAPSHOT + 25.0 diff --git a/setup.py b/setup.py index 63f76a5..52e6300 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run(self): self.distribution.dist_files.append(file) -ver='1.7.0' +ver='1.8.0' jars = ['jars/%s' % (f) for f in os.listdir('jars')] setup(cmdclass={'src': SrcCmd, 'doc': DocCmd}, name='geoscript',