Bump version to 2.2.28

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2024-03-20 19:46:55 +08:00
parent b2f5de3833
commit 65c77a21f2
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
2.2.27
2.2.28

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -20,6 +20,6 @@ __all__ = [
"show_running_config",
]
__version__ = "2.2.27"
__version__ = "2.2.28"
BASE_ON_RUST = True

View File

@ -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",