Skip to content

Commit

Permalink
Preparing to release cx_Oracle 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Dec 8, 2020
1 parent d9cb6b1 commit 86c106d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cx_Oracle version 8.1 (Development)
# cx_Oracle version 8.1

cx_Oracle is a Python extension module that enables access to Oracle
Database. It conforms to the [Python database API 2.0
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# The short X.Y version.
version = '8.1'
# The full version, including alpha/beta/rc tags.
release = '8.1.0-dev'
release = '8.1.0'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
6 changes: 3 additions & 3 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
cx_Oracle Release Notes
=======================

Version 8.1 (TBD)
-----------------
Version 8.1 (December 2020)
---------------------------

#) Updated embedded ODPI-C to `version 4.1.0
<https://oracle.github.io/odpi/doc/releasenotes.html#
version-4-1-0-tbd>`__.
version-4-1-december-8-2020>`__.
#) Added support for new JSON data type available in Oracle Client and
Database 21 and higher.
#) Dropped support for Python 3.5. Added support for Python 3.9.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
pkg_resources.require("setuptools>=40.6.0")

# define build constants
BUILD_VERSION = "8.1.0-dev"
BUILD_VERSION = "8.1.0"

# setup extra link and compile args
extraLinkArgs = []
Expand Down

0 comments on commit 86c106d

Please sign in to comment.