Skip to content

Commit

Permalink
Preparing to release ODPI-C 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Aug 30, 2017
1 parent 4c2d120 commit e685f34
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ODPI-C version 2.0.1
# ODPI-C version 2.0.2

Oracle Database Programming Interface for C (ODPI-C) is an open source library
of C code that simplifies access to Oracle Database for applications written in
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
version = '2.0'

# the full version, including alpha/beta/rc tags
release = '2.0.1'
release = '2.0.2'

# the theme to use for HTML pages
html_theme = 'oracle'
Expand Down
11 changes: 11 additions & 0 deletions doc/src/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
ODPI-C Release notes
====================

Version 2.0.2 (August 30, 2017)
-------------------------------

#) Don't prevent connection from being explicitly closed when a fatal error
has taken place (`cx_Oracle issue 67
<https://github.com/oracle/python-cx_Oracle/issues/67>`__).
#) Correct handling of objects when dynamic binding is performed.
#) Process deregistration events without an error.
#) Eliminate memory leak when calling dpiObjectType_createObject().


Version 2.0.1 (August 18, 2017)
-------------------------------

Expand Down

0 comments on commit e685f34

Please sign in to comment.