Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
129 lines (77 loc) · 2.39 KB

CHANGES.rst

File metadata and controls

129 lines (77 loc) · 2.39 KB

Changes

3.1 (unreleased)

  • Nothing changed yet.

3.0 (2023-07-14)

  • Drop support for Python 2.7, 3.5, 3.6.
  • Add support for Python 3.9, 3.10, 3.11.

2.1 (2019-09-30)

  • Add support for Python 3.5 up to 3.8, PyPy and PyPy3.
  • Replace test dependency on zope.app.testing by zope.app.wsgi[testlayer].
  • Migrate to Github.

2.0 (2017-01-21)

  • Update to pycountry >= 16.x.
  • Drop support for Python 2.6.
  • Bring test coverage to 100 %.
  • Change testrunner to py.test.

1.0 (2015-08-05)

  • Update to pycountry 1.12 thus adding support for ISO 639 3, dropping the old ISO 639 support.

0.6.5 (2015-08-05)

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>