Skip to content

Commit 059b731

Browse files
committed
Change the release to 3.0.0
In preparation for removing support for the NuoDB Agent, increase the major version.
1 parent e951e1e commit 059b731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pynuodb/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
"""Classes containing the exceptions for reporting errors.
1+
"""An implementation of Python PEP 249 for NuoDB.
22
33
(C) Copyright 2013-2023 Dassault Systemes SE. All Rights Reserved.
44
55
This software is licensed under a BSD 3-Clause License.
66
See the LICENSE file provided with this software.
77
"""
88

9-
__version__ = '2.6.1'
9+
__version__ = '3.0.0'
1010

1111
from .connection import *
1212
from .datatype import *

0 commit comments

Comments
 (0)