Skip to content

Commit e1f1279

Browse files
committed
release version 0.6.1
1 parent 44f64d1 commit e1f1279

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Release history
44
---------------
5-
0.6.x (unreleased)
5+
0.6.1 (April 2nd 2021)
66
++++++++++++++++++++++
77
- improved: dnswanip error reporting now includes dns information
88
- improved: fix for bug `#144 <https://github.com/infothrill/python-dyndnsc/issues/144>`_

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.6.1dev0"
7+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)