Skip to content

Commit

Permalink
Bump to Release Candidate 6
Browse files Browse the repository at this point in the history
  • Loading branch information
spoutn1k committed Mar 9, 2022
1 parent ec3db1e commit 79922ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.0rc6
v1.0rc6 (Mar 09 2022)
---------------------

- Restructured project to better fit python guidelines
Expand Down
2 changes: 1 addition & 1 deletion e4s_cl/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE = "e4s_cl"
VERSION = (1, 0)
RELEASE_CANDIDATE = 5
RELEASE_CANDIDATE = 6
__version__ = '.'.join(map(str, VERSION)) + (f"rc{RELEASE_CANDIDATE}" if RELEASE_CANDIDATE else '')
WEBSITE = 'https://e4s-cl.readthedocs.io'
LICENSE = 'MIT'

0 comments on commit 79922ea

Please sign in to comment.