Skip to content

Commit 52c8c4d

Browse files
Bump version to 1.0.2 in preparation for release of patch version.
1 parent ed56b22 commit 52c8c4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/src/release_notes.rst

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

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

10+
oracledb 1.0.2 (July 2022)
11+
--------------------------
12+
13+
1014
oracledb 1.0.1 (June 2022)
1115
--------------------------
1216

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.0.1"
33+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)