lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.14-9-gcc3a970

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.14-9-gcc3a970



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  cc3a970e893ebe6635982bcd49c48e6549cb5ac3 (commit)
      from  c74e3220e96b152d6f54d21e3c0b07a7977b9e36 (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=cc3a970e893ebe6635982bcd49c48e6549cb5ac3

commit cc3a970e893ebe6635982bcd49c48e6549cb5ac3
Author: Viggo de Vries <viggo@uwkm.nl>
Date:   Mon Jan 4 12:47:12 2021 +0100

    Use ABN as Australian VAT number
    
    See https://www.ato.gov.au/Business/GST/Tax-invoices/
    
    Closes https://github.com/arthurdejong/python-stdnum/pull/246

diff --git a/stdnum/au/__init__.py b/stdnum/au/__init__.py
index 1713e56..ba52276 100644
--- a/stdnum/au/__init__.py
+++ b/stdnum/au/__init__.py
@@ -21,4 +21,4 @@
 """Collection of Australian numbers."""
 
 # provide aliases
-from stdnum.au import tfn as vat  # noqa: F401
+from stdnum.au import abn as vat  # noqa: F401

-----------------------------------------------------------------------

Summary of changes:
 stdnum/au/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum