Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed May 28, 2024
1 parent cc270cf commit a83ac84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.3.0'
release = '1.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion obs_img_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

__author__ = """SUSE"""
__email__ = 'public-cloud-dev@susecloud.net'
__version__ = '1.3.0'
__version__ = '1.4.0'
2 changes: 1 addition & 1 deletion package/python-obs-img-utils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%endif

Name: python-obs-img-utils
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: API and CLI utilities for images in OBS
License: GPL-3.0-or-later
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 = 1.3.0
current_version = 1.4.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='obs-img-utils',
version='1.3.0',
version='1.4.0',
description="Package provides utils for images in Open Build Service.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a83ac84

Please sign in to comment.