Skip to content

Commit

Permalink
Changed the version to be 5.4.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshurtliff committed Sep 11, 2023
1 parent 13a282d commit c4bad81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The **khoros** library acts as a Python software development kit (SDK) to admini
<td>Latest Beta/RC Release</td>
<td>
<a href='https://pypi.org/project/khoros/#history'>
<img alt="PyPI" src="https://img.shields.io/badge/pypi-5.4.0rc1-blue">
<img alt="PyPI" src="https://img.shields.io/badge/pypi-5.4.0rc2-blue">
</a>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions khoros/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:Example: ``__version__ = version.get_full_version()``
:Created By: Jeff Shurtliff
:Last Modified: Jeff Shurtliff
:Modified Date: 07 Sep 2023
:Modified Date: 11 Sep 2023
"""

import json
Expand All @@ -15,7 +15,7 @@
from . import log_utils

# Define special and global variables
__version__ = "5.4.0rc1"
__version__ = "5.4.0rc2"
latest_version_reported = False
logger = log_utils.initialize_logging(__name__)

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 = "khoros"
version = "5.4.0rc1"
version = "5.4.0rc2"
description = "Useful tools and utilities to assist in managing a Khoros Communities (formerly Lithium) environment."
authors = ["Jeff Shurtliff <jeff.shurtliff@rsa.com>"]
license = "MIT"
Expand Down

0 comments on commit c4bad81

Please sign in to comment.