Skip to content

Commit

Permalink
Bump version 4.x to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Apr 20, 2018
1 parent 8d26fe5 commit 08fc55c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = u'4.1'
version = u'4.1.1'
# The full version, including alpha/beta/rc tags.
release = u'4.1'
release = u'4.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion volttron/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
import psutil
import sys

__version__ = '4.1'
__version__ = '4.1.1'


def set_home(home=None):
Expand Down

0 comments on commit 08fc55c

Please sign in to comment.