Skip to content

Commit 7139d6a

Browse files
committed
Update to new REGON API implementing PKD2025
1 parent cd30603 commit 7139d6a

23 files changed

+53
-49
lines changed

example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

@@ -41,4 +41,4 @@
4141
from nip24.iban import *
4242
from nip24.nip24client import *
4343

44-
__version__ = '1.4.1'
44+
__version__ = '1.4.2'

nip24/accountstatus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/alldata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/businesspartner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/error.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License")
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/euvat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License"),
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/iban.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License"),
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/ibanstatus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

nip24/invoicedata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright 2015-2024 NETCAT (www.netcat.pl)
4+
# Copyright 2015-2025 NETCAT (www.netcat.pl)
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818
# @author NETCAT <firma@netcat.pl>
19-
# @copyright 2015-2024 NETCAT (www.netcat.pl)
19+
# @copyright 2015-2025 NETCAT (www.netcat.pl)
2020
# @license http://www.apache.org/licenses/LICENSE-2.0
2121
#
2222

0 commit comments

Comments
 (0)