From 31f2090583e38249fc35e8a2ff1cec2c172e75d0 Mon Sep 17 00:00:00 2001 From: Ralph Seichter Date: Sat, 6 Aug 2022 08:48:44 +0200 Subject: [PATCH] Prepare release 1.0.1 --- docs/source/changelog.rst | 6 ++++-- letsdns/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 0f60daf..641498f 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,10 +1,12 @@ Changelog ========= -1.0.1 (in development): +1.0.1 (2022-08-06): * Documentation: Elaborate on primary use case, describe configuration in more detail. * Fix: Exclude test suite during installation. -1.0 (2022-04-12): Initial release. +1.0 (2022-04-12): + +* Initial release. diff --git a/letsdns/__init__.py b/letsdns/__init__.py index 0ae039c..5273498 100644 --- a/letsdns/__init__.py +++ b/letsdns/__init__.py @@ -16,4 +16,4 @@ """ HOMEPAGE = 'https://letsdns.org/' IDENTIFIER = 'letsdns' -VERSION = '1.0.1.dev1071736' +VERSION = '1.0.1' diff --git a/setup.cfg b/setup.cfg index 3d9feab..11bb1fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ project_urls = Source = https://github.com/LetsDNS/letsdns Tracker = https://github.com/LetsDNS/letsdns/issues url = https://letsdns.org -version = 1.0.1.dev1071736 +version = 1.0.1 [options] install_requires =