We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f64d1 commit e1f1279Copy full SHA for e1f1279
2 files changed
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
3
Release history
4
---------------
5
-0.6.x (unreleased)
+0.6.1 (April 2nd 2021)
6
++++++++++++++++++++++
7
- improved: dnswanip error reporting now includes dns information
8
- improved: fix for bug `#144 <https://github.com/infothrill/python-dyndnsc/issues/144>`_
dyndnsc/__init__.py
@@ -4,4 +4,4 @@
from .core import getDynDnsClientForConfig, DynDnsClient # noqa: @UnusedImport
-__version__ = "0.6.1dev0"
+__version__ = "0.6.1"
0 commit comments