Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
2.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Feb 17, 2014
1 parent 662b8bc commit c7fab48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions avocado/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__version_info__ = {
'major': 2,
'minor': 2,
'micro': 2,
'releaselevel': 'beta',
'minor': 3,
'micro': 0,
'releaselevel': 'final',
'serial': 1
}

Expand Down

0 comments on commit c7fab48

Please sign in to comment.