Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkarls committed May 10, 2022
1 parent eea0f7b commit f772205
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# History of changes for sondera

## Version 0.0.2 (tbd)
## Version 0.0.3 (2022-05-10)

* Closed #4. dtype of data sometimes returned as non-numeric for SMHI data
* Improve testing

## Version 0.0.2 (2022-05-09)

* Closed #1. OSError on Windows with negative posix timestamps
* Closed #2. Improve message on not found error
* Closed #3. Improve message on not found error

## Version 0.0.1 (2022-05-05)

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sondera
version = 0.0.2
version = 0.0.3
description = Python client for accessing Swedish hydrology and meteorology related open data and observations.
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
Expand Down Expand Up @@ -37,7 +37,7 @@ test =
pytest

[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion src/sondera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Reinert Huseby Karlsen"""
__email__ = ''
__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit f772205

Please sign in to comment.