~ubuntu-branches/debian/stretch/xlsxwriter/stretch

« back to all changes in this revision

Viewing changes to xlsxwriter/__init__.py

  • Committer: Package Import Robot
  • Author(s): Zygmunt Krynicki
  • Date: 2015-03-30 12:35:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20150330123514-3qbhjt2qu9npoe2h
Tags: 0.7.2-1
* New upstream release 
* debian/control: bump standards version to 3.9.6 (no change required) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
__version__ = '0.6.7'
 
1
__version__ = '0.7.2'
2
2
__VERSION__ = __version__
3
3
from .workbook import Workbook