Skip to content

Commit

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

**********
v5.3.0dev3
**********
*********
v5.3.0rc1
*********
**Release Date: TBD**

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: 10 Jul 2023
:Modified Date: 26 Jul 2023
"""

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

# Define special and global variables
__version__ = "5.3.0dev3"
__version__ = "5.3.0rc1"
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.0dev3"
version = "5.3.0rc1"
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 6c7f9d0

Please sign in to comment.