- Changed `pybars.__version__` tuple to `pybars.__version_info__`,
`pybars.__version__` is now a string
- Added `Compiler().precompile(source)` that will return Python source code
to allow for caching of compiled templates and easier debugging
- Template code now checks to ensure it is being run with the same version of
pybars that is was generated with