Skip to content

Commit

Permalink
bump version to volttron 6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Oct 2, 2018
1 parent 1f5d407 commit abaa4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __getattr__(cls, name):
# The short X.Y version
version = u'6.0'
# The full version, including alpha/beta/rc tags
release = u'6.0-alpha'
release = u'6.0-rc1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion volttron/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import psutil
import sys

__version__ = '6.0-alpha'
__version__ = '6.0-rc1'


def set_home(home=None):
Expand Down

0 comments on commit abaa4fe

Please sign in to comment.