Skip to content

Commit

Permalink
fw/version: Development version bump
Browse files Browse the repository at this point in the history
Bump dev version to synchronise interface for SSHConnection with devlib.
  • Loading branch information
marcbonnici committed May 13, 2020
1 parent 1f8be77 commit b9d593e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wa/framework/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

VersionTuple = namedtuple('Version', ['major', 'minor', 'revision', 'dev'])

version = VersionTuple(3, 2, 1, 'dev2')
version = VersionTuple(3, 2, 1, 'dev3')

required_devlib_version = VersionTuple(1, 2, 1, 'dev2')
required_devlib_version = VersionTuple(1, 2, 1, 'dev3')


def format_version(v):
Expand Down

0 comments on commit b9d593e

Please sign in to comment.