~ccx/txpostgres/notify

« back to all changes in this revision

Viewing changes to txpostgres/__init__.py

  • Committer: Jan Urbański
  • Date: 2010-06-01 22:54:26 UTC
  • Revision ID: git-v1:fe2a2b3d78632e288d42e923ffe6d55a7813aebb
Back to development release 0.3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
__version__ = (0, 3, 0)
 
1
__version__ = (0, 3, 0, 1)
2
2
__versionstr__ = '.'.join([str(n) for n in __version__])