File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
5252dockerTests : docker dockerRunLocal dockerTestdata
5353
5454testdocker :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 1- 1.20250220.2
1+ 1.20250929.1
You can’t perform that action at this time.
0 commit comments