Skip to content

Commit

Permalink
Releasing version 3.51.1
Browse files Browse the repository at this point in the history
Releasing version 3.51.1
  • Loading branch information
oci-dex-release-bot authored Dec 21, 2024
2 parents b0e13d6 + 1f10555 commit 468d06a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Jinja2<3.1; python_version >= '3.7'
jmespath==0.10.0
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.141.0
oci==2.141.1
packaging==20.2
pluggy==0.13.0
py==1.11.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def open_relative(*path):
readme = f.read()

requires = [
'oci==2.141.0',
'oci==2.141.1',
'arrow>=1.0.0',
'certifi',
'click==8.0.4',
Expand Down
2 changes: 1 addition & 1 deletion src/oci_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
# 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.

__version__ = '3.51.0'
__version__ = '3.51.1'

0 comments on commit 468d06a

Please sign in to comment.