Skip to content

Commit

Permalink
set version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 25, 2018
1 parent 72262f9 commit 29aca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtest/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from collections import namedtuple

__version__ = '2.2.0-rc-1'
__version__ = '2.2.0'

version_info = namedtuple('version_info', ['major', 'minor', 'micro', 'releaselevel'])

Expand Down

0 comments on commit 29aca45

Please sign in to comment.