Skip to content

Commit

Permalink
Updated the version to be 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshurtliff committed Aug 8, 2023
1 parent cc09d7c commit c01bcec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Change Log
##########
This page documents the additions, changes, fixes, deprecations and removals made in each release.

*********
v5.3.0rc1
*********
**Release Date: TBD**
******
v5.3.0
******
**Release Date: 2023-08-08**

Added
=====
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: 26 Jul 2023
:Modified Date: 08 Aug 2023
"""

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

# Define special and global variables
__version__ = "5.3.0rc1"
__version__ = "5.3.0"
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.3.0rc1"
version = "5.3.0"
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 c01bcec

Please sign in to comment.