Skip to content

Commit

Permalink
release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 20, 2018
1 parent a6b86e3 commit 6e84dc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

0.4.6 (2018-03-20):
- Fix ``Too many open files`` (#6)

0.4.5 (2018-03-07):
- ``get_station_list()``: return a list of stations
- ``select_stations()``: support selecting stations in a box or circular region
Expand Down
2 changes: 1 addition & 1 deletion HinetPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""

__title__ = 'HinetPy'
__version__ = '0.4.5'
__version__ = '0.4.6'
__author__ = 'Dongdong Tian'
__license__ = 'MIT'

Expand Down

0 comments on commit 6e84dc2

Please sign in to comment.