Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Mar 8, 2024
1 parent 56e8e10 commit 07d3496
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion azure_img_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

__author__ = """SUSE"""
__email__ = 'public-cloud-dev@susecloud.net'
__version__ = '2.1.0'
__version__ = '2.2.0'
6 changes: 3 additions & 3 deletions python3-azure-img-utils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: python3-azure-img-utils
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: Package that provides utilities for handling images in Azure Cloud
License: GPL-3.0-or-later
Expand All @@ -28,7 +28,7 @@ BuildRequires: python3-msal
BuildRequires: python3-azure-identity
BuildRequires: python3-azure-mgmt-compute >= 26.1.0
BuildRequires: python3-azure-mgmt-storage
BuildRequires: python3-azure-storage-blob >= 12.1.0
BuildRequires: python3-azure-storage-blob >= 12.2.0
BuildRequires: python3-requests
BuildRequires: python3-jmespath
BuildRequires: python3-click
Expand All @@ -37,7 +37,7 @@ Requires: python3-msal
Requires: python3-azure-identity
Requires: python3-azure-mgmt-compute >= 26.1.0
Requires: python3-azure-mgmt-storage
Requires: python3-azure-storage-blob >= 12.1.0
Requires: python3-azure-storage-blob >= 12.2.0
Requires: python3-requests
Requires: python3-jmespath
Requires: python3-click
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='azure-img-utils',
version='2.1.0',
version='2.2.0',
description='Package that provides utilities for '
'handling images in Azure Cloud.',
long_description=readme,
Expand Down

0 comments on commit 07d3496

Please sign in to comment.