Skip to content

Commit

Permalink
Prepare 2023.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasz committed Jul 1, 2023
1 parent 69518a9 commit 31304eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2023.7.0

- Added `--salt-output` parameter.
- Added Salt 3006 support.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slskit"
version = "2022.10.0"
version = "2023.7.0"
authors = ["Gediminas Zlatkus <gediminas.zlatkus@gmail.com>"]
description = "Tools for checking Salt state validity"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion slskit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import runpy

__version__ = VERSION = "2022.10.0"
__version__ = VERSION = "2023.7.0"

PACKAGE_NAME = "slskit"

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
slskit, version 2022.10.0
slskit, version 2023.7.0

0 comments on commit 31304eb

Please sign in to comment.