Skip to content

Releases: tarbell-project/tarbell

v1.0.8

31 Oct 14:45
Compare
Choose a tag to compare

Adds support for Python 3, with many thanks to @myersjustinc.

This should still be entirely backwards compatible, so we're keeping it to a patch version bump.

v1.0.7

08 Mar 15:58
Compare
Choose a tag to compare

Blueprints no longer need to use a branch that matches the current version of Tarbell, meaning you can use a master branch (or something else).

Custom template types: Add TEMPLATE_TYPES setting (a list, tuple, set or other iterable) to tarbell_config.py to render new file types with Jinja. Use mimetypes like text/plain. In addition, all template-related code now lives in tarbell/template.py.

Lots of bug fixes and documentation updates.

1.0.3

21 Jul 04:04
Compare
Choose a tag to compare

Identical to 1.0.2 except for version number due to problem with PyPI.

Integrates Frozen-Flask and fixes major S3 bug.

See the 1.0.2 release announcement at https://groups.google.com/forum/#!topic/tarbell-project/GKIA4wnh4FM

1.0.2

17 Jul 04:09
Compare
Choose a tag to compare

Integrate Frozen-Flask and fix major S3 bug. See release announcement at https://groups.google.com/forum/#!topic/tarbell-project/GKIA4wnh4FM

1.0.1

17 Jul 04:08
Compare
Choose a tag to compare

Handle unicode directory and file names, respect underscores in sheetnames, fix date formatting. See release announcement at https://groups.google.com/forum/#!topic/tarbell-project/lKTIVUgf1hg

1.0

17 Jul 04:09
Compare
Choose a tag to compare
1.0

First stable Tarbell release.