File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -377,6 +377,7 @@ Changelog:
377
377
Fix display of non-printable characters in TXT records
378
378
(Issue #32 - thanks to @sbv-csis)
379
379
Add --strip-aaaa option to dnslib.proxy
380
+ * 0.9.21 2022-09-19 Minor clean-up / add wheels to distro
380
381
381
382
License:
382
383
--------
Original file line number Diff line number Diff line change 379
379
Fix display of non-printable characters in TXT records
380
380
(Issue #32 - thanks to @sbv-csis)
381
381
Add --strip-aaaa option to dnslib.proxy
382
+ * 0.9.21 2022-09-19 Minor clean-up / add wheels to distro
382
383
383
384
License:
384
385
--------
401
402
402
403
from dnslib .dns import *
403
404
404
- version = "0.9.20 "
405
+ version = "0.9.21 "
405
406
406
407
if __name__ == '__main__' :
407
408
import doctest ,sys ,textwrap
Original file line number Diff line number Diff line change 2
2
3
3
# To update PyPi version:
4
4
#
5
- # Make sure you have updated version in __init__.py
5
+ # ( Make sure you have updated version and changelog in __init__.py)
6
6
#
7
7
# ./run_tests.sh
8
- # rm -rf dist
9
8
# python3 setup.py readme
9
+ # git push -am ...
10
+ # git tag -a <version> -m <message>
11
+ # git push --tags
12
+ #
13
+ # rm -rf dist
10
14
# python3 setup.py sdist
11
15
# python3 setup.py bdist_wheel
12
16
# python2 setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments