Skip to content

Commit

Permalink
Version bump for v2015.04.03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Apr 2, 2015
1 parent ad8f864 commit 1d1b37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saltpylint/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
:license: Apache 2.0, see LICENSE for more details.
'''

__version_info__ = (2015, 3, 31)
__version__ = '.'.join(map(str, __version_info__))
__version_info__ = (2015, 4, 3)
__version__ = '{0[0]}.{0[1]:0>2}.{0[2]:0>2}'.format(__version_info__)

0 comments on commit 1d1b37d

Please sign in to comment.