Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Nov 28, 2012
1 parent 34a33a7 commit d811a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdr_stats/__init__.py
Expand Up @@ -17,7 +17,7 @@
# :copyright: (c) 2011 - 2012 by Arezqui Belaid.
# :license: MPL 2.0, see COPYING for more details.

VERSION = (2, 0, 0, "beta5")
VERSION = (2, 0, 0, "beta6")
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Arezqui Belaid"
__contact__ = "info@star2billing.com"
Expand Down

0 comments on commit d811a06

Please sign in to comment.