Skip to content

Commit b664ea4

Browse files
committed
Bump version: 4.5.0 → 4.6.0
1 parent f496f2d commit b664ea4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '4.5.0'
29+
release = '4.6.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

mash_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
__author__ = """SUSE"""
2424
__email__ = 'public-cloud-dev@susecloud.net'
25-
__version__ = '4.5.0'
25+
__version__ = '4.6.0'

package/mash-client.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
%global _sitelibdir %{%{pythons}_sitelib}
2424

2525
Name: mash-client
26-
Version: 4.5.0
26+
Version: 4.6.0
2727
Release: 0
2828
Summary: Command line utility for MASH server
2929
License: GPL-3.0-or-later

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.5.0
2+
current_version = 4.6.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='mash-client',
38-
version='4.5.0',
38+
version='4.6.0',
3939
description="CLI client for interfacing with a MASH server.",
4040
long_description=readme,
4141
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)