Skip to content

Commit 1bdfcb8

Browse files
Use intended release name instead of development now that release is imminent.
1 parent dceea89 commit 1bdfcb8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

doc/src/connection.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Connection Object
143143
:meth:`~Connection.msgproperties()`. The payload must be an object created
144144
using :meth:`~ObjectType.newobject()`.
145145

146-
.. versionadded:: development
146+
.. versionadded:: 5.3
147147

148148
.. note::
149149

@@ -155,7 +155,7 @@ Connection Object
155155
Returns an object specifying the options to use when dequeuing messages.
156156
See :ref:`deqoptions` for more information.
157157

158-
.. versionadded:: development
158+
.. versionadded:: 5.3
159159

160160
.. note::
161161

@@ -178,7 +178,7 @@ Connection Object
178178
Oracle Database 11.2 (both client and server must be at this level or higher
179179
for this to work).
180180

181-
.. versionadded:: development
181+
.. versionadded:: 5.3
182182

183183
.. note::
184184

@@ -204,7 +204,7 @@ Connection Object
204204
:meth:`~Connection.msgproperties()`. The payload must be an object created
205205
using :meth:`~ObjectType.newobject()`.
206206

207-
.. versionadded:: development
207+
.. versionadded:: 5.3
208208

209209
.. note::
210210

@@ -216,7 +216,7 @@ Connection Object
216216
Returns an object specifying the options to use when enqueuing messages.
217217
See :ref:`enqoptions` for more information.
218218

219-
.. versionadded:: development
219+
.. versionadded:: 5.3
220220

221221
.. note::
222222

@@ -228,7 +228,7 @@ Connection Object
228228
This read-write attribute specifies the external name that is used by the
229229
connection when logging distributed transactions.
230230

231-
.. versionadded:: development
231+
.. versionadded:: 5.3
232232

233233
.. note::
234234

@@ -241,7 +241,7 @@ Connection Object
241241
used to create objects which can be bound to cursors created by this
242242
connection.
243243

244-
.. versionadded:: development
244+
.. versionadded:: 5.3
245245

246246
.. note::
247247

@@ -267,7 +267,7 @@ Connection Object
267267
This read-write attribute specifies the internal name that is used by the
268268
connection when logging distributed transactions.
269269

270-
.. versionadded:: development
270+
.. versionadded:: 5.3
271271

272272
.. note::
273273

@@ -281,7 +281,7 @@ Connection Object
281281
ensuring that transactions are not duplicated. See the Oracle documentation
282282
and the provided sample for more information.
283283

284-
.. versionadded:: development
284+
.. versionadded:: 5.3
285285

286286
.. note:
287287
@@ -316,7 +316,7 @@ Connection Object
316316
Returns an object specifying the properties of messages used in advanced
317317
queuing. See :ref:`msgproperties` for more information.
318318

319-
.. versionadded:: development
319+
.. versionadded:: 5.3
320320

321321
.. note::
322322

doc/src/cursor.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Cursor Object
285285
automatically by the parent cursor when it is closed. Closing the parent
286286
cursor will invalidate the cursors returned by this method.
287287

288-
.. versionadded:: development
288+
.. versionadded:: 5.3
289289

290290
.. note::
291291

@@ -421,7 +421,7 @@ Cursor Object
421421
An error is raised if the mode is "relative" or "absolute" and the scroll
422422
operation would position the cursor outside of the result set.
423423

424-
.. versionadded:: development
424+
.. versionadded:: 5.3
425425

426426
.. note::
427427

@@ -437,7 +437,7 @@ Cursor Object
437437
attribute is checked and the corresponding mode set in Oracle when calling
438438
the method :meth:`~Cursor.execute()`.
439439

440-
.. versionadded:: development
440+
.. versionadded:: 5.3
441441

442442
.. note::
443443

doc/src/module.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ Types
882882
support, rather than the standard number support, which improves
883883
performance.
884884

885-
.. versionadded:: development
885+
.. versionadded:: 5.3
886886

887887
.. note::
888888

@@ -1048,7 +1048,7 @@ Exception handling
10481048
is False in all cases unless Oracle Database 12.1 is being used on both the
10491049
server and the client.
10501050

1051-
.. versionadded:: development
1051+
.. versionadded:: 5.3
10521052

10531053

10541054
This allows you to use the exceptions for example in the following way:

doc/src/session_pool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SessionPool Object
5959
terminated if either the idle timeout happens or the max lifetime setting
6060
is exceeded. This attribute is only available in Oracle Database 12.1.
6161

62-
.. versionadded:: development
62+
.. versionadded:: 5.3
6363

6464

6565
.. attribute:: SessionPool.min

0 commit comments

Comments
 (0)