dynamicdns 0.1.0rc3__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dynamicdns
3
- Version: 0.1.0rc3
3
+ Version: 0.1.1
4
4
  Summary: Collection of Dynamic DNS providers
5
5
  Project-URL: Documentation, https://github.com/tr4nt0r/dynamicdns#readme
6
6
  Project-URL: Issues, https://github.com/tr4nt0r/dynamicdns/issues
@@ -5,7 +5,7 @@
5
5
  from .providers import Provider, ProviderConf, PROVIDERS
6
6
  from .updater import Updater
7
7
 
8
- __version__ = "0.1.0rc3"
8
+ __version__ = "0.1.1"
9
9
  __all__ = [
10
10
  "PROVIDERS",
11
11
  "Provider",
@@ -157,7 +157,7 @@ PROVIDERS: dict[Provider, ProviderConf] = {
157
157
  success_fn=lambda x: x.startswith(("good", "nochg")),
158
158
  ),
159
159
  Provider.CUSTOM: ProviderConf(
160
- name="Custom dynamic DNS provider",
160
+ name="Custom dynamic DNS",
161
161
  base_url="{url}",
162
162
  params={
163
163
  "ip": CONF_IP_ADDRESS,
File without changes
File without changes
File without changes
File without changes
File without changes