Skip to content

Commit f22b713

Browse files
committed
Release 1.6.0
1 parent 9c76698 commit f22b713

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '1.6'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.6-SNAPSHOT'
50+
release = '1.6.0'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

doc/download.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Downloads
66
Stable
77
------
88

9-
The current stable release of GeoScript PY is 1.5.0. Select a file to download from below.
9+
The current stable release of GeoScript PY is 1.6.0. Select a file to download from below.
1010

1111
.. cssclass:: external
1212

13-
* `tar.gz <https://github.com/geoscript/geoscript-py/releases/download/v1.5.0/geoscript-1.5.0.tar.gz>`_
13+
* `tar.gz <https://github.com/geoscript/geoscript-py/releases/download/v1.6.0/geoscript-1.6.0.tar.gz>`_
1414

15-
* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.5.0/geoscript-1.5.0.zip>`_
15+
* `zip <https://github.com/geoscript/geoscript-py/releases/download/v1.6.0/geoscript-1.6.0.zip>`_

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.geoscript</groupId>
55
<artifactId>geoscript-py</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
<name>GeoScript Python</name>
99
<repositories>
1010
<repository>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(self):
3636
self.distribution.dist_files.append(file)
3737

3838

39-
ver='1.6-SNAPSHOT'
39+
ver='1.6.0'
4040
jars = ['jars/%s' % (f) for f in os.listdir('jars')]
4141
setup(cmdclass={'src': SrcCmd, 'doc': DocCmd},
4242
name='geoscript',

0 commit comments

Comments
 (0)