1 parent faaced4 commit fc59a3aCopy full SHA for fc59a3a
2 files changed
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
3
Release history
4
---------------
5
-0.5.0 (unreleased)
6
-++++++++++++++++++
+0.5.0 (June 25th 2019)
+++++++++++++++++++++++
7
- improved: simplified notification plugin and externalized them using entry_points
8
- added: WAN IP detection through DNS (detector 'dnswanip')
9
- improved: replaced built-in daemon code with `daemonocle <https://pypi.python.org/pypi/daemonocle>`_
dyndnsc/__init__.py
@@ -4,4 +4,4 @@
from .core import getDynDnsClientForConfig, DynDnsClient # noqa: @UnusedImport
-__version__ = "0.5.dev0"
+__version__ = "0.5.0"
0 commit comments