Skip to content

Commit

Permalink
Merge pull request #473 from jbouffard/release-0.2.0
Browse files Browse the repository at this point in the history
Updated Versions for GeoPySpark 0.2.0
jbouffard authored Aug 14, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 1a610af + 38b3902 commit 12b80f4
Showing 4 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
jar = 'geotrellis-backend-assembly-0.2.0.jar'

if not path.isfile(path.join('geopyspark/jars', jar)):
url = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0-RC6/'
url = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0/'
subprocess.call(['curl', '-L', url+jar, '-o', path.join('geopyspark/jars', jar)])

sys.path.insert(0, path.abspath(os.curdir))
@@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.2.0'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
2 changes: 1 addition & 1 deletion geopyspark/command/configuration.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
from geopyspark.geopyspark_constants import JAR, CWD


JAR_URL = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0-RC6/' + JAR
JAR_URL = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0/' + JAR
DEFAULT_JAR_PATH = path.join(CWD, 'jars')
CONF = path.join(CWD, 'command', 'geopyspark.conf')

5 changes: 0 additions & 5 deletions rtd_requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

setup_args = dict(
name='geopyspark',
version='0.2.0-RC6',
version='0.2.0',
author='Jacob Bouffard, James McClain',
author_email='[email protected], [email protected]',
download_url='http://github.com/locationtech-labs/geopyspark',
@@ -36,7 +36,7 @@
},
scripts=[],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: GIS',

0 comments on commit 12b80f4

Please sign in to comment.