~jbaker/storm/nose_plugin

« back to all changes in this revision

Viewing changes to storm/__init__.py

  • Committer: Jamu Kakar
  • Date: 2009-08-08 03:45:35 UTC
  • Revision ID: jkakar@kakar.ca-20090808034535-5bma25cu16jt7es0
- Updated the NEWS file to prepare it for 0.16.
- Set the version to 0.16.

Show diffs side-by-side

added added

removed removed

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