Skip to content

Commit

Permalink
Merge pull request #229 from CiscoUcs/423b
Browse files Browse the repository at this point in the history
updating schema for 423b
  • Loading branch information
vvb committed Jan 13, 2023
2 parents 4327ca4 + 2774db8 commit 9d3c366
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [2.7, 3.8]
version: [3.8]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,10 @@
History
-------

0.9.14 (2023-01-13)
---------------------
* Support for UCSM release 4.2(3b)

0.9.13 (2022-07-21)
---------------------
* Support for UCSM release 4.2(2a)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.13
current_version = 0.9.14
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name='ucsmsdk',
version='0.9.13',
version='0.9.14',
description="Python SDK for Cisco UCS",
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion ucsmsdk/__init__.py
Expand Up @@ -34,4 +34,4 @@

__author__ = 'Cisco Systems Inc'
__email__ = 'ucs-python@cisco.com'
__version__ = '0.9.13'
__version__ = '0.9.14'

0 comments on commit 9d3c366

Please sign in to comment.