Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nihilok committed Feb 1, 2022
1 parent 56c4e57 commit 62c0b9d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

0.3.9 (01/02/2022)
0.3.10 (01/02/2022)
-------------------
- add test email function
- improve IP parsing for --force
Expand Down
Binary file removed dist/domains-api-0.3.8.tar.gz
Binary file not shown.
Binary file added dist/domains-api-0.3.9.tar.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions domains_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from domains_api.arg_parser import parser
from domains_api.constants import __VERSION__, api_responses
from domains_api.ip_changer import IPChanger
from domains_api.file_handlers import FileHandlers
from domains_api.user import User
from domains_api.ip_changer import IPChanger

__all__ = ["__VERSION__", "api_responses", "IPChanger", "parser", "User"]
__all__ = ["__VERSION__", "api_responses", "FileHandlers", "IPChanger", "parser", "User"]
2 changes: 1 addition & 1 deletion domains_api/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.9
0.3.10

0 comments on commit 62c0b9d

Please sign in to comment.