Skip to content

Commit

Permalink
Bumping up version to v2.2.0-rc1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
skarra committed Jun 30, 2015
1 parent 879b40e commit a2b351d
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.1.0-rc2+'
asynk_ver = 'v2.2.0-rc1'

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

0 comments on commit a2b351d

Please sign in to comment.