Skip to content

Commit 31f2090

Browse files
committed
Prepare release 1.0.1
1 parent c6bcfed commit 31f2090

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/source/changelog.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Changelog
22
=========
33

4-
1.0.1 (in development):
4+
1.0.1 (2022-08-06):
55

66
* Documentation: Elaborate on primary use case, describe configuration in more detail.
77

88
* Fix: Exclude test suite during installation.
99

10-
1.0 (2022-04-12): Initial release.
10+
1.0 (2022-04-12):
11+
12+
* Initial release.

letsdns/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"""
1717
HOMEPAGE = 'https://letsdns.org/'
1818
IDENTIFIER = 'letsdns'
19-
VERSION = '1.0.1.dev1071736'
19+
VERSION = '1.0.1'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project_urls =
1717
Source = https://github.com/LetsDNS/letsdns
1818
Tracker = https://github.com/LetsDNS/letsdns/issues
1919
url = https://letsdns.org
20-
version = 1.0.1.dev1071736
20+
version = 1.0.1
2121

2222
[options]
2323
install_requires =

0 commit comments

Comments
 (0)