Skip to content

Commit b38f4b5

Browse files
committed
version 1.20250929.1
1 parent d342ec2 commit b38f4b5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build: first
4848
./bin/test.sh 2>2 | tee 1
4949

5050
# ==========================================================
51-
# build a docker images with the latest python and run a test -a
51+
# build docker images with the latest python and run a test -a
5252
dockerTests: docker dockerRunLocal dockerTestdata
5353

5454
testdocker:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,8 @@ add switch not to ignore leading www in the domain request
123123
- fix some obsolete domains
124124
- fix all derived from amsterdam to use their own _server:
125125

126+
## 1.20250929.1
127+
- fix coop
128+
- remove a few unasighed domains (iana)
129+
126130
## in progress

whoisdomain/version.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
"""This module only makes the version available for dynamic versioning"""
2-
3-
VERSION = "1.20250220.2"
1+
'''This module only makes the version available for dynamic versioning'''
2+
VERSION = '1.20250929.1'

work/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20250220.2
1+
1.20250929.1

0 commit comments

Comments
 (0)