Skip to content

Commit

Permalink
bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dharhas committed Feb 2, 2016
1 parent 822f21c commit dc998bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Changelog
---------
**0.8.2 (released 2016-02-?)**
**0.8.2 (released 2016-02-02)**

- added modules for getting LCRA hydromet and water quality data
- fixed waterml parser bug that was affecting USGS NWIS data when
parameter data collected using multiple methods exist (e.g. water level
measured with RADAR and pressure transducer)
measured with RADAR and pressure transducer) through use of optional 'method'
kwarg
- fixed ncdc.ghcn.get_stations() failing tests with pandas==0.17.0

**0.8.1 (released 2015-09-16)**
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2-dev
0.8.2
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.2-dev'
__version__ = '0.8.2'

from . import cdec
from . import cpc
Expand Down

0 comments on commit dc998bb

Please sign in to comment.