czds

- ICANN Centralized Zone Data Service Tool
git clone git://git.acid.vegas/czds.git
Log | Files | Refs | Archive | README | LICENSE

commit 6f230396d37f5007e19072cce667499c07d2e0b6
parent edd1e130e67426fc2be66b13c72041a81b57df82
Author: acidvegas <acid.vegas@acid.vegas>
Date: Fri, 21 Mar 2025 01:34:34 -0400

1.2.3 release

Diffstat:
Mczds/__init__.py | 2+-
Msetup.py | 2+-

2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/czds/__init__.py b/czds/__init__.py
@@ -5,7 +5,7 @@
 from .client import CZDS
 
 
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __author__  = 'acidvegas'
 __email__   = 'acid.vegas@acid.vegas'
 __github__  = 'https://github.com/acidvegas/czds'
 \ No newline at end of file
diff --git a/setup.py b/setup.py
@@ -11,7 +11,7 @@ with open('README.md', 'r', encoding='utf-8') as fh:
 
 setup(
 	name='czds-api',
-	version='1.2.2',
+	version='1.2.3',
 	author='acidvegas',
 	author_email='acid.vegas@acid.vegas',
 	description='ICANN API for the Centralized Zones Data Service',