File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 42
42
# The short X.Y version.
43
43
version = '6.2'
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '6.2.0 '
45
+ release = '6.2.1 '
46
46
47
47
# There are two options for replacing |today|: either, you set today to some
48
48
# non-false value, then it is used:
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ cx_Oracle Release Notes
8
8
9
9
.. _releasenotes60 :
10
10
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
+
11
18
Version 6.2 (March 2018)
12
19
------------------------
13
20
Original file line number Diff line number Diff line change 20
20
from distutils .extension import Extension
21
21
22
22
# define build constants
23
- BUILD_VERSION = "6.2"
23
+ BUILD_VERSION = "6.2.1 "
24
24
25
25
# setup extra link and compile args
26
26
extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments