Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infothrill committed Jun 25, 2019
1 parent faaced4 commit fc59a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Release history
---------------
0.5.0 (unreleased)
++++++++++++++++++
0.5.0 (June 25th 2019)
++++++++++++++++++++++
- improved: simplified notification plugin and externalized them using entry_points
- added: WAN IP detection through DNS (detector 'dnswanip')
- improved: replaced built-in daemon code with `daemonocle <https://pypi.python.org/pypi/daemonocle>`_
Expand Down
2 changes: 1 addition & 1 deletion dyndnsc/__init__.py
Expand Up @@ -4,4 +4,4 @@

from .core import getDynDnsClientForConfig, DynDnsClient # noqa: @UnusedImport

__version__ = "0.5.dev0"
__version__ = "0.5.0"

0 comments on commit fc59a3a

Please sign in to comment.