~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to storm/__init__.py

  • Committer: Thomas Hervé
  • Date: 2009-01-09 17:40:25 UTC
  • Revision ID: thomas@canonical.com-20090109174025-ansrmc4jgxl4u9uz
Tags: 0.14
Update version, set release date, add a note about a bug fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import os
23
23
 
24
24
 
25
 
version = "0.13"
 
25
version = "0.14"
26
26
version_info = tuple([int(x) for x in version.split(".")])
27
27
 
28
28