Skip to content

Commit

Permalink
Prepping for 1.2.4 release (#149)
Browse files Browse the repository at this point in the history
* Prepping for 1.2.4 release

* Update appveyor.yml

* Update appveyor.yml
  • Loading branch information
jlaura committed Jul 16, 2020
1 parent 90acc9b commit e68b988
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
- PYTHON_VERSION=3.6 HAS_GDAL=false
- PYTHON_VERSION=3.7 HAS_GDAL=true
- PYTHON_VERSION=3.7 HAS_GDAL=false
- PYTHON_VERSION=3.8 HAS_GDAL=true
- PYTHON_VERSION=3.8 HAS_GDAL=false
before_install:
# We do this conditionally because it saves us some downloading if the
# version is the same.
Expand Down
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ platform:

environment:
matrix:
- PYTHON: "C:\\Miniconda36-x64\\Scripts\\activate.bat"
- PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat"
PYTHON_VERSION: 3.6
- PYTHON: "C:\\Miniconda37-x64\\Scripts\\activate.bat"
- PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat"
PYTHON_VERSION: 3.7

- PYTHON: "C:\\Miniconda3-x64\\Scripts\\activate.bat"
PYTHON_VERSION: 3.8
configuration:
- Release

Expand Down
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def setup_package():
setup(
name = "plio",
version = '1.2.2',
version = '1.2.4',
author = "Jay Laura",
author_email = "jlaura@usgs.gov",
description = ("I/O API to support planetary data formats."),
Expand Down Expand Up @@ -39,11 +39,9 @@ def setup_package():
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
"License :: Public Domain",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

Expand Down

0 comments on commit e68b988

Please sign in to comment.