Changes
=======

0.6.4 (2008-10-21)
------------------

- Bugfix: declared namespace package in setup.py

0.6.3 (2008-10-14)
------------------

- Bugfix: added not-equal compare method for db objects

0.6.2 (2008-10-13)
------------------

- Added security declarations for token.
- Bugfix in comparison of db objects, where `isinstance` returns False
  for objects of the same type

0.6.1 (2008-09-13)
------------------

- Bugfix in countextual subdivision source: parameters of some methods
  where in wrong order.

0.6 (2008-09-12)
----------------

- Added contextual country subdivision source, so country subdivisions
  can depend on the country.


0.5 (2008-09-11)
----------------

- Added support for country subdivisions.

0.4.2 (2008-09-10)
------------------

- Added security declarations for tokens.

0.4.1 (2008-09-10)
------------------

- Fixed bug in token comparison.

0.4 (2008-06-10)
----------------

- added possibility to smaller the amount of results generated by the
  sourcefactory


0.3 (2008-05-21)
----------------

- added test for comparing the returned countries to equality
- added __reduce__ to data objects so that they can be pickled
- added tests for pickling and unpickling data objects


0.2 (2008-05-20)
----------------

- gocept.country now returns special data objects instead of pycountry
  objects for a better object-oriented purpose and flexibility in handling the
  result
- improved configure.zcml and added functional tests for the i18n translations
- improved test cases in general

0.1 (2008-05-20)
----------------

- initial release

Contributors
============

- Michael Howitz <mh at gocept dot com>

