Skip to content

Commit f42b7ac

Browse files
committed
Release 1.5.0
1 parent 33f6351 commit f42b7ac

File tree

5 files changed

+10
-54
lines changed

5 files changed

+10
-54
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Pre-requisites
66

77
Running geoscript-py requires:
88

9-
* [Java 1.6+](https://www.java.com/en/download/)
10-
* [Jython 2.5.1+](http://www.jython.org/downloads.html)
9+
* [Java 1.8+](https://www.java.com/en/download/)
10+
* [Jython 2.7.1+](http://www.jython.org/downloads.html)
1111

1212

1313
Developing

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.2'
48+
version = '1.5.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.2.1'
50+
release = '1.5.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: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,10 @@ Downloads
66
Stable
77
------
88

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

11-
Full
12-
^^^^
11+
.. cssclass:: external
1312

14-
GeoScript sources with required GeoTools libraries.
13+
* `tar.gz <https://github.com/geoscript/geoscript-groovy/releases/download/v1.5.0/geoscript-1.5.0.tar.gz>`_
1514

16-
.. cssclass:: external
17-
18-
* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1.tar.gz>`_
19-
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1.zip>`_
20-
21-
Source
22-
^^^^^^
23-
24-
GeoScript sources only, no GeoTools libraries. Meant for projects that already have GeoTools as a dependency.
25-
26-
.. cssclass:: external
27-
28-
* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-src.tar.gz>`_
29-
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-src.zip>`_
30-
31-
Doc
32-
^^^
33-
34-
GeoScript HTML documentation.
35-
36-
.. cssclass:: external
37-
38-
* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-doc.tar.gz>`_
39-
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-doc.zip>`_
40-
41-
42-
Latest
43-
------
44-
45-
The latest tagged build is 1.3-20130322.
46-
47-
* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.3-20130322.tar.gz>`_
48-
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.3-20130322.zip>`_
49-
50-
.. warning::
51-
52-
The latest builds can be unstable and contain api that is subject to change without deprecation.
53-
54-
Nightly
55-
-------
56-
57-
Nightly builds of GeoScript-PY are also available.
58-
59-
* http://ares.boundlessgeo.com/geoscript/py/
15+
* `zip <https://github.com/geoscript/geoscript-groovy/releases/download/v1.5.0/geoscript-1.5.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.5-SNAPSHOT</version>
7+
<version>1.5.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.3-20130322'
39+
ver='1.5.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)