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.
1 parent 446604c commit cdf5bc7Copy full SHA for cdf5bc7
pynuodb/__init__.py
@@ -1,12 +1,12 @@
1
"""An implementation of Python PEP 249 for NuoDB.
2
3
-(C) Copyright 2013-2023 Dassault Systemes SE. All Rights Reserved.
+(C) Copyright 2013-2025 Dassault Systemes SE. All Rights Reserved.
4
5
This software is licensed under a BSD 3-Clause License.
6
See the LICENSE file provided with this software.
7
"""
8
9
-__version__ = '3.0.0'
+__version__ = '4.0.0'
10
11
from .connection import * # pylint: disable=wildcard-import
12
from .datatype import * # pylint: disable=wildcard-import
0 commit comments