CHANGES
=======

2.0.0
-----

* one pytest call is enough
* some leftovers..
* remove accidently commited env
* fix doc test
* add doctests to py35 environment
* remove casting
* add doctests and make api more consistent
* edit docstring
* raise value error on unknown bank code

1.1.3
-----

* pep8 fix

1.1.2
-----

* add german bic data from december 2016
* skip header line when parsing csv

1.1.1
-----

* Add __version__ to schwifty package
* Remove bogus data from bank-registry

1.1.0
-----

* Return BIC for primary bank
* Update bank-registry: Version 2016-06-06

1.0.6
-----

* Fix PyPI deploy password

1.0.5
-----

* Change author to figo GmbH

1.0.4
-----

* Add tbd (to be deleted) flag to bank registry

1.0.3
-----

* Pad checksum digits correctly with zeros

1.0.2
-----

* Improve error messages
* Add BIC.type. Use str.format instead of old format-syntax
* Fix link to GitHub account

1.0.1
-----

* Add license to setup.cfg

1.0.0
-----

* Correct home-page meta-data

0.0.7
-----

* Use README.rst as long description. Remove MANIFEST.in
* Deploy only on Python 3.5

0.0.6
-----

* Add docs_dir to travis.yml

0.0.5
-----

* Fix travis-tox config

0.0.4
-----

* Build docs with tox. Add README.rst to MANIFEST.in

0.0.3
-----

* Switch from pre- to post-versioning
* Add LICENSE, trove classifiers. Correct PyPI user

0.0.2
-----

* Set next development version to 0.0.3
* Fix travis badge
* Add badges
* Add tox:travis section
* Use tox-travis plugin

0.0.1
-----

* Set next development target version to 0.0.2
* Add travis configuration
* Add sphinx documenation
* More documentation, python 3, coverage et al
* Rename package to schwifty, add README, add BIC
* Initial commit
