Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed May 10, 2020
1 parent 33f6351 commit f42b7ac
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 54 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Pre-requisites

Running geoscript-py requires:

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


Developing
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2'
version = '1.5.0'
# The full version, including alpha/beta/rc tags.
release = '1.2.1'
release = '1.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
52 changes: 4 additions & 48 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,10 @@ Downloads
Stable
------

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

Full
^^^^
.. cssclass:: external

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

.. cssclass:: external

* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1.tar.gz>`_
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1.zip>`_

Source
^^^^^^

GeoScript sources only, no GeoTools libraries. Meant for projects that already have GeoTools as a dependency.

.. cssclass:: external

* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-src.tar.gz>`_
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-src.zip>`_

Doc
^^^

GeoScript HTML documentation.

.. cssclass:: external

* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-doc.tar.gz>`_
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-doc.zip>`_


Latest
------

The latest tagged build is 1.3-20130322.

* `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.3-20130322.tar.gz>`_
* `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.3-20130322.zip>`_

.. warning::

The latest builds can be unstable and contain api that is subject to change without deprecation.

Nightly
-------

Nightly builds of GeoScript-PY are also available.

* http://ares.boundlessgeo.com/geoscript/py/
* `zip <https://github.com/geoscript/geoscript-groovy/releases/download/v1.5.0/geoscript-1.5.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.5-SNAPSHOT</version>
<version>1.5.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.3-20130322'
ver='1.5.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 f42b7ac

Please sign in to comment.