Skip to content

Commit

Permalink
Bump version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byllyfish committed Feb 1, 2024
1 parent 4500708 commit 19e89a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Finsy Change Log


## UNRELEASED
## 0.24.0

- Update protobuf dependency and development dependencies.
- Update the demonet image tag used for testing to 24.01.
- Update black formatter to 24.1.1 and re-format source code.

## 0.23.0

Expand Down
2 changes: 1 addition & 1 deletion finsy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.23.0"
__version__ = "0.24.0"

import sys

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "finsy"
version = "0.23.0"
version = "0.24.0"
description = "P4Runtime Client Library"
license = "Apache-2.0"
authors = ["Bill Fisher <william.w.fisher@gmail.com>"]
Expand Down

0 comments on commit 19e89a7

Please sign in to comment.