Skip to content

Commit

Permalink
bump version to v0.1.3
Browse files Browse the repository at this point in the history
- Additional log messages when retrying connection
- A slight refactoring
- Update readme
  • Loading branch information
espdev committed Sep 29, 2020
1 parent fb767e1 commit 6cd1f28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.1.3 (2020-09-29)

- Additional log messages when retrying connection
- A slight refactoring
- Update readme


## v0.1.2 (2020-09-29)

- Add the correct pro endpoint (PR [#1](https://github.com/espdev/aioipapi/pull/1))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aioipapi"
version = "0.1.2"
version = "0.1.3"
description = "Asynchronous aiohttp based client for https://ip-api.com"
authors = ["Eugene Prilepin <esp.home@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 6cd1f28

Please sign in to comment.