Skip to content

Commit

Permalink
Merge pull request #168 from emiliom/v0.8.5rel
Browse files Browse the repository at this point in the history
0.8.5 release, prep version updates and changes log
  • Loading branch information
emiliom authored Mar 24, 2019
2 parents af61706 + 233cf0d commit ae7eb38
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
---------

**0.8.5 (release 2019-03-22)**

- Bug fixes and some small enhancements for multiple plugins:
CDEC, CPC, CUAHSI WaterML/WOF, NASA ORNL Daymet, NCDC GSOD and GHCN,
USACE and USGS EDDN.
- Removed USGS EROS plugin (service is no longer available)
- LCRA plugins are experiencing problems. Removed from CI testing,
until fixes are applied.
- Pandas API updates and error handling
- Continuous Integration and test infrastructure, including
Python 3.6 and 3.7 builds

**0.8.4 (release 2017-02-06)**

- added stevens dual well parser for eddn service
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.5dev
0.8.5
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ def load_requirements(excludes=None):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules',
],
tests_require=[
Expand Down
2 changes: 1 addition & 1 deletion ulmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from __future__ import (absolute_import, division, print_function)

# ulmo version PEP-0440
__version__ = '0.8.3dev'
__version__ = '0.8.5'

from . import cdec
from . import cpc
Expand Down

0 comments on commit ae7eb38

Please sign in to comment.