Skip to content

Commit fc59a3a

Browse files
committed
version 0.5.0
1 parent faaced4 commit fc59a3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
33
Release history
44
---------------
5-
0.5.0 (unreleased)
6-
++++++++++++++++++
5+
0.5.0 (June 25th 2019)
6+
++++++++++++++++++++++
77
- improved: simplified notification plugin and externalized them using entry_points
88
- added: WAN IP detection through DNS (detector 'dnswanip')
99
- improved: replaced built-in daemon code with `daemonocle <https://pypi.python.org/pypi/daemonocle>`_

dyndnsc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

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

7-
__version__ = "0.5.dev0"
7+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)