We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 093fe96 + 672d34a commit 7cdd411Copy full SHA for 7cdd411
pyvat/__init__.py
@@ -8,7 +8,7 @@
8
from .vat_rules import VAT_RULES
9
10
11
-__version__ = '1.3.17'
+__version__ = '1.3.18'
12
13
14
WHITESPACE_EXPRESSION = re.compile(r'[\s\-]+')
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name='pyvat',
29
- version='1.3.17',
+ version='1.3.18',
30
description='VAT validation for Python',
31
long_description=long_description,
32
long_description_content_type="text/x-rst",
0 commit comments