Skip to content

Commit

Permalink
Bump version to 2.2.40
Browse files Browse the repository at this point in the history
Signed-off-by: Gris Ge <fge@redhat.com>
  • Loading branch information
cathay4t committed Nov 20, 2024
1 parent 43bbc0b commit 91f338b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.39
2.2.40
2 changes: 1 addition & 1 deletion rust/src/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nmstatectl"
version = "2.2.39"
version = "2.2.40"
authors = ["Gris Ge <fge@redhat.com>"]
description = "Command line tool for networking management in a declarative manner"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/src/clib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nmstate-clib"
description = "Nmstate C binding"
version = "2.2.39"
version = "2.2.40"
authors = ["Gris Ge <fge@redhat.com>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion rust/src/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nmstate"
version = "2.2.39"
version = "2.2.40"
authors = ["Gris Ge <fge@redhat.com>"]
description = "Library for networking management in a declarative manner"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/src/python/libnmstate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"show_running_config",
]

__version__ = "2.2.39"
__version__ = "2.2.40"

BASE_ON_RUST = True
2 changes: 1 addition & 1 deletion rust/src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def requirements():

setuptools.setup(
name="nmstate",
version="2.2.39",
version="2.2.40",
author="Gris Ge",
author_email="fge@redhat.com",
description="Python binding of nmstate",
Expand Down

0 comments on commit 91f338b

Please sign in to comment.