- Added templatetags library for Django integration app.
0.1.7
- Replace all imports from `valuta.registry` with imports from `valuta.base`. - Documentation improvements.
0.1.6
- Move ``Registry`` class from ``valuta.registry`` to ``valuta.base``. - Add ``valuta.shortcuts`` module as shorthand for when you have a string representation of the currency code and the value to convert and don't want to handle possible exceptions.
0.1.5
- Add more tests (reach 100% test coverage.). - Add an argument ``--sort-by-value`` for ``valuta-list-ccurrencies`` command.