Skip to content

Commit

Permalink
Merge pull request #114 from earthgecko/luminosity
Browse files Browse the repository at this point in the history
v1.2.17
  • Loading branch information
earthgecko committed May 15, 2019
2 parents 382e98b + 48b19de commit d25f1b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -103,7 +103,7 @@ def setup(app):
# The short X.Y version.
version = u'1.2'
# The full version, including alpha/beta/rc tags.
release = u'1.2.16'
release = u'1.2.17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions docs/releases.rst
Expand Up @@ -5,6 +5,7 @@ Release Notes
:maxdepth: 1
:glob:

releases/1_2_17
releases/1_2_16
releases/1_2_15
releases/1_2_14
Expand Down
2 changes: 1 addition & 1 deletion skyline/skyline_version.py
Expand Up @@ -4,7 +4,7 @@
# @modified 20170109 - Feature #1854: Ionosphere learn
# Added learn
# __version_info__ = ('1', '1', '0')
__version_info__ = ('1', '2', '16')
__version_info__ = ('1', '2', '17')
__branch__ = 'luminosity'
__version_tag__ = 'stable'

Expand Down
2 changes: 1 addition & 1 deletion utils/dawn/skyline.dawn.sh
Expand Up @@ -46,7 +46,7 @@ WEBAPP_AUTH_USER_PASSWORD="$(echo {$HOSTNAME}_skyline)" # The password you wa
MYSQL_ROOT_PASSWORD="set_the-root-mysql-user-password" # The MySQL root user password
MYSQL_SKYLINE_PASSWORD="set_the-skyline-user-db-password" # The Skyline DB user password
REDIS_PASSWORD="set_really_long_LONG-Redis-password" # The Redis password
SKYLINE_RELEASE="v1.2.6-stable-luminosity" # The Skyline release to deploy
SKYLINE_RELEASE="v1.2.16" # The Skyline release to deploy

STARTED=$(date)
#### Check if the user added variables in /etc/skyline/skyline.dawn.conf ####
Expand Down

0 comments on commit d25f1b5

Please sign in to comment.