Skip to content

Commit

Permalink
Bumping up version to v2.0.0-rc2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
skarra committed May 4, 2014
1 parent 76a8ea9 commit 588321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asynk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def pytime_to_yyyy_mm_dd (pyt):
return ('%04d-%02d-%02d' % (pyt.year, pyt.month, pyt.day))

## Some Global Variables to get started
asynk_ver = 'v2.0.0-rc1+'
asynk_ver = 'v2.0.0-rc2'

def asynk_ver_str ():
return 'ASynK %s' % asynk_ver
Expand Down

0 comments on commit 588321a

Please sign in to comment.