Skip to content

Commit

Permalink
scirius: next release is 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regit committed Nov 29, 2018
1 parent 1076140 commit f671ca4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.0'
version = u'3.0'
# The full version, including alpha/beta/rc tags.
release = u'2.0.2'
release = u'3.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions hunt/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,13 +769,13 @@ class UserNavInfo extends Component {
<AboutModal
show={this.state.showModal}
onHide={this.closeModal}
productTitle="Scirius Enterprise Edition"
productTitle="Scirius Community Edition"
logo={scirius_logo}
altLogo="SEE Logo"
trademarkText="Copyright 2014-2018, Stamus Networks"
>
<AboutModal.Versions>
<AboutModal.VersionItem label="Version" versionText="32.0.0"/>
<AboutModal.VersionItem label="Version" versionText="3.0.1"/>
</AboutModal.Versions>
</AboutModal>
</React.Fragment>
Expand Down
2 changes: 1 addition & 1 deletion scirius/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
BASE_DIR = os.path.dirname(os.path.dirname(__file__))

SCIRIUS_FLAVOR="Scirius CE"
SCIRIUS_VERSION="3.0.0"
SCIRIUS_VERSION="3.0.1"

# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/
Expand Down

0 comments on commit f671ca4

Please sign in to comment.