Skip to content

Commit

Permalink
Changed the version to 5.2.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshurtliff committed Nov 24, 2022
1 parent a7f66c2 commit 67b042d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.2.0dev2
**********
**Release Date: TBD**
*********
v5.2.0rc1
*********
**Release Date: 2022-11-24**

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: 07 Nov 2022
:Modified Date: 24 Nov 2022
"""

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

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

Expand Down

0 comments on commit 67b042d

Please sign in to comment.