Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed May 19, 2020
1 parent 9c76698 commit f22b713
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.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.
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.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 <https://github.com/geoscript/geoscript-py/releases/download/v1.5.0/geoscript-1.5.0.tar.gz>`_
* `tar.gz <https://github.com/geoscript/geoscript-py/releases/download/v1.6.0/geoscript-1.6.0.tar.gz>`_

* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.5.0/geoscript-1.5.0.zip>`_
* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.6.0/geoscript-1.6.0.zip>`_
2 changes: 1 addition & 1 deletion 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.6-SNAPSHOT</version>
<version>1.6.0</version>
<name>GeoScript Python</name>
<repositories>
<repository>
Expand Down
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.6-SNAPSHOT'
ver='1.6.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 f22b713

Please sign in to comment.