File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # cx_Oracle version 8.1 (Development)
1
+ # cx_Oracle version 8.1
2
2
3
3
cx_Oracle is a Python extension module that enables access to Oracle
4
4
Database. It conforms to the [ Python database API 2.0
Original file line number Diff line number Diff line change 42
42
# The short X.Y version.
43
43
version = '8.1'
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '8.1.0-dev '
45
+ release = '8.1.0'
46
46
47
47
# There are two options for replacing |today|: either, you set today to some
48
48
# non-false value, then it is used:
Original file line number Diff line number Diff line change 5
5
cx_Oracle Release Notes
6
6
=======================
7
7
8
- Version 8.1 (TBD )
9
- -----------------
8
+ Version 8.1 (December 2020 )
9
+ ---------------------------
10
10
11
11
#) Updated embedded ODPI-C to `version 4.1.0
12
12
<https://oracle.github.io/odpi/doc/releasenotes.html#
13
- version-4-1-0-tbd > `__.
13
+ version-4-1-december-8-2020 > `__.
14
14
#) Added support for new JSON data type available in Oracle Client and
15
15
Database 21 and higher.
16
16
#) Dropped support for Python 3.5. Added support for Python 3.9.
Original file line number Diff line number Diff line change 22
22
pkg_resources .require ("setuptools>=40.6.0" )
23
23
24
24
# define build constants
25
- BUILD_VERSION = "8.1.0-dev "
25
+ BUILD_VERSION = "8.1.0"
26
26
27
27
# setup extra link and compile args
28
28
extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments