Skip to content

Commit 86c106d

Browse files
Preparing to release cx_Oracle 8.1.
1 parent d9cb6b1 commit 86c106d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cx_Oracle version 8.1 (Development)
1+
# cx_Oracle version 8.1
22

33
cx_Oracle is a Python extension module that enables access to Oracle
44
Database. It conforms to the [Python database API 2.0

doc/src/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version.
4343
version = '8.1'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '8.1.0-dev'
45+
release = '8.1.0'
4646

4747
# There are two options for replacing |today|: either, you set today to some
4848
# non-false value, then it is used:

doc/src/release_notes.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
cx_Oracle Release Notes
66
=======================
77

8-
Version 8.1 (TBD)
9-
-----------------
8+
Version 8.1 (December 2020)
9+
---------------------------
1010

1111
#) Updated embedded ODPI-C to `version 4.1.0
1212
<https://oracle.github.io/odpi/doc/releasenotes.html#
13-
version-4-1-0-tbd>`__.
13+
version-4-1-december-8-2020>`__.
1414
#) Added support for new JSON data type available in Oracle Client and
1515
Database 21 and higher.
1616
#) Dropped support for Python 3.5. Added support for Python 3.9.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
pkg_resources.require("setuptools>=40.6.0")
2323

2424
# define build constants
25-
BUILD_VERSION = "8.1.0-dev"
25+
BUILD_VERSION = "8.1.0"
2626

2727
# setup extra link and compile args
2828
extraLinkArgs = []

0 commit comments

Comments
 (0)