Bump version to 2.2.28
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
b2f5de3833
commit
65c77a21f2
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nmstatectl"
|
||||
version = "2.2.27"
|
||||
version = "2.2.28"
|
||||
authors = ["Gris Ge <fge@redhat.com>"]
|
||||
description = "Command line tool for networking management in a declarative manner"
|
||||
license = "Apache-2.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "nmstate-clib"
|
||||
description = "Nmstate C binding"
|
||||
version = "2.2.27"
|
||||
version = "2.2.28"
|
||||
authors = ["Gris Ge <fge@redhat.com>"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2021"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nmstate"
|
||||
version = "2.2.27"
|
||||
version = "2.2.28"
|
||||
authors = ["Gris Ge <fge@redhat.com>"]
|
||||
description = "Library for networking management in a declarative manner"
|
||||
license = "Apache-2.0"
|
||||
|
@ -20,6 +20,6 @@ __all__ = [
|
||||
"show_running_config",
|
||||
]
|
||||
|
||||
__version__ = "2.2.27"
|
||||
__version__ = "2.2.28"
|
||||
|
||||
BASE_ON_RUST = True
|
||||
|
@ -15,7 +15,7 @@ def requirements():
|
||||
|
||||
setuptools.setup(
|
||||
name="nmstate",
|
||||
version="2.2.27",
|
||||
version="2.2.28",
|
||||
author="Gris Ge",
|
||||
author_email="fge@redhat.com",
|
||||
description="Python binding of nmstate",
|
||||
|
Loading…
x
Reference in New Issue
Block a user