Skip to content

Commit

Permalink
Update to version tdda-2.0.09
Browse files Browse the repository at this point in the history
  • Loading branch information
njr0 committed Feb 10, 2023
1 parent aa29763 commit 08e1ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdda/CHANGES.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,6 @@
conf.py had a bad path manipulation to get the version;
should be fixed now.
###
10.02.2023 2.0.09
*Actually* fix the IPv6 etc. issue
"""
2 changes: 1 addition & 1 deletion tdda/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TDDA_MAJOR_VERSION = 2
TDDA_MINOR_VERSION = 0
TDDA_EDIT = 8
TDDA_EDIT = 9

TDDA_VERSION = '%d.%d.%02d' % (TDDA_MAJOR_VERSION, TDDA_MINOR_VERSION,
TDDA_EDIT)
Expand Down

0 comments on commit 08e1ec6

Please sign in to comment.