Skip to content

Commit 25fb52b

Browse files
Bump version to 1.1.1 in preparation for release of patch.
1 parent dbc6bd3 commit 25fb52b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-oracledb 1.0
1+
# python-oracledb 1.1
22

33
python-oracledb is a [Python programming language][python] extension module
44
allowing Python programs to connect to [Oracle Database][oracledb]. It is the

doc/src/release_notes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ python-oracledb Release Notes
77

88
For deprecations, see :ref:`Deprecations <deprecations>`.
99

10+
oracledb 1.1.1 (TBD)
11+
--------------------
12+
13+
Thin Mode Changes
14+
+++++++++++++++++
15+
16+
Thick Mode Changes
17+
++++++++++++++++++
18+
19+
Common Changes
20+
++++++++++++++
21+
22+
1023
oracledb 1.1.0 (September 2022)
1124
-------------------------------
1225

src/oracledb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
# file doc/src/conf.py both reference this file directly.
3131
#------------------------------------------------------------------------------
3232

33-
__version__ = "1.1.0"
33+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)