Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Mar 23, 2021
1 parent f24786e commit c978ad6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/geoscript/geoscript-py/releases/download/v1.7.0/geoscript-1.7.0.tar.gz>`_
* `tar.gz <https://github.com/geoscript/geoscript-py/releases/download/v1.8.0/geoscript-1.8.0.tar.gz>`_

* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.7.0/geoscript-1.7.0.zip>`_
* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.8.0/geoscript-1.8.0.zip>`_
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-py</artifactId>
<packaging>jar</packaging>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
<name>GeoScript Python</name>
<repositories>
<repository>
Expand Down Expand Up @@ -346,6 +346,6 @@
</profile>
</profiles>
<properties>
<gt.version>25-SNAPSHOT</gt.version>
<gt.version>25.0</gt.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c978ad6

Please sign in to comment.