Skip to content

Commit

Permalink
version 1.20230917.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mboot-github committed Sep 17, 2023
1 parent daa30a7 commit 9bc054e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ and `make suggest`.
### 1.20230913.3
* fix re.NOFLAGS, it is not compatible with 3.9, it appears in 3.11

## 1.20230917.1
* prepare work on pylint
* switch to logging: all verbose is currently log.debug(); to show set LOGLEVEL=DEBUG before calling, see Makefile: make test
* experimental: add extractServers: bool default False; when true we will try to extract the "redirect info chain" on rcf1036/whois and jwhois for linux/darwin
* add missing option to query(), test in production environment done

---

## in progress

* prepare work on pylint
* switch to logging: all verbose is currently log.debug(); to show set LOGLEVEL=DEBUG before calling, see Makefile: make test
* experimental: add extractServers: bool default False; when true we will try to extract the "redirect info chain" on rcf1036/whois and jwhois linux/darwin
2 changes: 1 addition & 1 deletion pylint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ whoisdomain/context/parameterContext.py:1:0: C0114: Missing module docstring (mi
whoisdomain/context/parameterContext.py:148:0: C0115: Missing class docstring (missing-class-docstring)

------------------------------------------------------------------
Your code has been rated at 9.87/10 (previous run: 9.87/10, -0.00)
Your code has been rated at 9.87/10 (previous run: 9.87/10, +0.00)

3 changes: 1 addition & 2 deletions whoisdomain/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"""This module only makes the version available for dynamic versioning"""
VERSION = "1.20230913.3"
'''This module only makes the version available for dynamic versioning'''\nVERSION = '1.20230917.1'
2 changes: 1 addition & 1 deletion work/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20230913.3
1.20230917.1

0 comments on commit 9bc054e

Please sign in to comment.