We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae9c59 commit bae5504Copy full SHA for bae5504
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.0.8] - 2020-06-30
10
+
11
+### Changed
12
+- BUGFIX: exception on first run after initialization
13
14
## [0.0.7] - 2020-06-25
15
16
### Added
setup.py
@@ -6,7 +6,7 @@
setup(
name = 'domain-connect-dyndns',
- version = '0.0.7',
+ version = '0.0.8',
description = 'Python client library for Dynamic DNS using Domain Connect',
license = 'MIT',
long_description=long_description,
0 commit comments