Skip to content

Commit

Permalink
bump version to 2.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Jul 9, 2013
1 parent 0ef45fb commit 1a22c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.40
2.0.41
2 changes: 1 addition & 1 deletion alerta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 0, 40, 'final', 1)
VERSION = (2, 0, 41, 'final', 1)

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit 1a22c7d

Please sign in to comment.