Skip to content

Commit

Permalink
Bump version: 6.2.2 → 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Sep 11, 2023
1 parent 0daf978 commit 15d3558
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.2.1
current_version = 6.2.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -9,8 +9,8 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/


UNRELEASED
----------
6.2.3 (2023-09-11)
------------------

Changed
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion karaage/__init__.py
Expand Up @@ -23,4 +23,4 @@

__author__ = """Brian May"""
__email__ = "brian@linuxpenguins.xyz"
__version__ = "6.2.2"
__version__ = "6.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karaage"
version = "6.2.2"
version = "6.2.3"
description = "Web application to manage a HP cluster"
authors = ["Brian May <brian@linuxpenguins.xyz>"]
license = "GPL3+"
Expand Down

0 comments on commit 15d3558

Please sign in to comment.