Skip to content

Commit 020a75e

Browse files
Releasing version 3.44.3
Releasing version 3.44.3
2 parents 3d7dbe9 + 0c5e4ca commit 020a75e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88

9+
3.44.3 - 2024-07-16
10+
-------------------
11+
Added
12+
~~~~~
13+
* Support for calling Oracle Cloud Infrastructure services in the me-abudhabi-2 region
14+
915
3.44.2 - 2024-07-09
1016
-------------------
1117
Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==3.0.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.129.2
17+
oci==2.129.3
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.11.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def open_relative(*path):
3030
readme = f.read()
3131

3232
requires = [
33-
'oci==2.129.2',
33+
'oci==2.129.3',
3434
'arrow>=1.0.0',
3535
'certifi',
3636
'click==8.0.4',

src/oci_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
33
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
44

5-
__version__ = '3.44.2'
5+
__version__ = '3.44.3'

0 commit comments

Comments
 (0)