diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2022-11-13 00:46:13 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2022-11-13 20:10:27 +0100 |
commit | 60a90ede3b5a0a91c9cc0cf5120abd16f8e794ff (patch) | |
tree | 9b775f4b5bada1a0c8feee7a084a6f7808e4ccd3 /stdnum | |
parent | 31b2694344b665146e54de7bb549157849d54082 (diff) |
Get files ready for 1.18 release1.18
Diffstat (limited to 'stdnum')
-rw-r--r-- | stdnum/__init__.py | 4 | ||||
-rw-r--r-- | stdnum/gh/tin.py | 12 |
2 files changed, 7 insertions, 9 deletions
diff --git a/stdnum/__init__.py b/stdnum/__init__.py index 6059d02..d1991ec 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -1,7 +1,7 @@ # __init__.py - main module # coding: utf-8 # -# Copyright (C) 2010-2021 Arthur de Jong +# Copyright (C) 2010-2022 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -43,4 +43,4 @@ from stdnum.util import get_cc_module __all__ = ('get_cc_module', '__version__') # the version number of the library -__version__ = '1.17' +__version__ = '1.18' diff --git a/stdnum/gh/tin.py b/stdnum/gh/tin.py index 4ca6f6b..7fad4c1 100644 --- a/stdnum/gh/tin.py +++ b/stdnum/gh/tin.py @@ -27,13 +27,11 @@ are not eligible for the Ghanacard PIN and other entities. This number consists of 11 alpha-numeric characters. It begins with one of the following prefixes: - P00 For Individuals. - C00 For Companies limited by guarantee, shares, Unlimited (i.e organisation - required to register with the RGD). - G00 Government Agencies, MDAs. - Q00 Foreign Missions, Employees of foreign missions. - V00 Public Institutions, Trusts, Co-operatives, Foreign Shareholder - (Offshore), (Entities not registered by RGD). + P00 For Individuals. + C00 For Companies limited by guarantee, shares, Unlimited (i.e organisation required to register with the RGD). + G00 Government Agencies, MDAs. + Q00 Foreign Missions, Employees of foreign missions. + V00 Public Institutions, Trusts, Co-operatives, Foreign Shareholder (Offshore), (Entities not registered by RGD). More information: |