Skip to content

Commit 6f928b0

Browse files
Preparing to release cx_Oracle 6.2.1.
1 parent b6ad809 commit 6f928b0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version.
4343
version = '6.2'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '6.2.0'
45+
release = '6.2.1'
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/releasenotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ cx_Oracle Release Notes
88

99
.. _releasenotes60:
1010

11+
Version 6.2.1 (March 2018)
12+
--------------------------
13+
14+
#) Make sure cxoModule.h is included in the source archive
15+
(`issue 155 <https://github.com/oracle/python-cx_Oracle/issues/155>`__).
16+
17+
1118
Version 6.2 (March 2018)
1219
------------------------
1320

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.extension import Extension
2121

2222
# define build constants
23-
BUILD_VERSION = "6.2"
23+
BUILD_VERSION = "6.2.1"
2424

2525
# setup extra link and compile args
2626
extraLinkArgs = []

0 commit comments

Comments
 (0)