python-stdnum branch master updated. 1.13-28-g4eda3f3
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.13-28-g4eda3f3
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.13-28-g4eda3f3
- Date: Sat, 16 May 2020 14:13:28 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via 4eda3f3535d28e2486745f33504c417ba6837c3a (commit)
from f3ce70c60f26c5a7e0c0e05985630e3136b130fa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=4eda3f3535d28e2486745f33504c417ba6837c3a
commit 4eda3f3535d28e2486745f33504c417ba6837c3a
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date: Wed Mar 18 19:57:48 2020 +0100
Add missing vat alias for New Zealand
Closes https://github.com/arthurdejong/python-stdnum/pull/202
diff --git a/stdnum/nz/__init__.py b/stdnum/nz/__init__.py
index f58d20f..150057e 100644
--- a/stdnum/nz/__init__.py
+++ b/stdnum/nz/__init__.py
@@ -19,3 +19,6 @@
# 02110-1301 USA
"""Collection of New Zealand numbers."""
+
+# provide aliases
+from stdnum.nz import ird as vat # noqa: F401
-----------------------------------------------------------------------
Summary of changes:
stdnum/nz/__init__.py | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.13-28-g4eda3f3,
Commits of the python-stdnum project