Skip to content

Commit

Permalink
Prepping for 1.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaura committed Jul 15, 2020
1 parent ec59585 commit e21e35f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ environment:
PYTHON_VERSION: 3.6
- PYTHON: "C:\\Miniconda37-x64\\Scripts\\activate.bat"
PYTHON_VERSION: 3.7

- PYTHON: "C:\\Miniconda38-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 e21e35f

Please sign in to comment.