Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkarls committed May 9, 2022
1 parent b39edeb commit 192fb5b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# History of changes for sondera

## Version 0.0.2 (tbd)

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

## Version 0.0.1 (2022-05-05)

* First alpha release on PyPI. Experimental API
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.1
version = 0.0.2
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.1
current_version = 0.0.2
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.1'
__version__ = '0.0.2'

0 comments on commit 192fb5b

Please sign in to comment.