Skip to content

Commit

Permalink
version 1.20230913.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mboot-github committed Sep 13, 2023
1 parent 907b5fa commit 5ca6077
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LocalTestWhl: build
./bin/testLocalWhl.sh 2>tmp/$@-2 | tee tmp/$@-1

# this step creates or updates the toml file
build: testP39 testP36
build: first
./bin/build.sh
./bin/testLocalWhl.sh 2>2 | tee 1
./bin/test.sh
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ and `make suggest`.
* if you have installed `tld` (pip install tld) you can enable withPublicSuffix=True to process untill you reach the pseudo tld.
* the public_suffix info is added if available (and if requested)
* example case is: ./test2.py -d www.dublin.airport.aero --withPublicSuffix
### 1.20230913.2

### 1.20230913.3
* fix re.NOFLAGS, it is not compatible with 3.9, it appears in 3.11
2 changes: 1 addition & 1 deletion whoisdomain/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.20230913.2"
VERSION = "1.20230913.3"
2 changes: 1 addition & 1 deletion work/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20230913.2
1.20230913.3

0 comments on commit 5ca6077

Please sign in to comment.