Skip to content

Releases: codingjoe/django-vies

6.3.0

04 Feb 17:00
ee3e9ad

Choose a tag to compare

What's Changed

  • Update release pipeline by @codingjoe in #329
  • Add official Django 6.0 support
  • Drop Django EOL versions

Full Changelog: 6.2.2...6.3.0

6.2.2

27 Nov 22:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.1...6.2.2

6.2.1

10 Oct 15:54

Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...6.2.1

6.2.0

01 May 13:18
5a65e76

Choose a tag to compare

What's Changed

  • Add CHE for Swiss VAT numbers by @takis in #271
  • Update supported versions by @takis in #273
  • Fix msgcheck dependencies on ubuntu-latest by @takis in #274
  • Run tests with pytest instead of setuptools test by @takis in #275
  • Drop Python 3.9 from the CI matrix by @takis in #276
  • Import patch from stdlib unittest.mock instead of external mock by @takis in #277
  • Migrate to PEP 517 build frontend for packaging by @takis in #278

New Contributors

Full Changelog: 6.1.0...6.2.0

6.1.0

03 Jan 15:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.3...6.1.0

6.0.3

24 Jul 11:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.2...6.0.3

6.0.2

14 Jul 08:12

Choose a tag to compare

  • Add complied gettext msg (mo-files) to binary wheel.
  • Update CI suite
  • Add Django 3.2 to CI suite

6.0.1

08 Jul 15:08

Choose a tag to compare

  • Update Dutch translations #170

6.0.0

16 Jan 15:09

Choose a tag to compare

  • Remove United Kingdom support (BREXIT)
  • Drop official Python <3.8 support
  • Drop official Django 3.0 support
  • Add official Python 3.9 support
  • Add official Django 3.1 support

5.1.0

13 Apr 15:58

Choose a tag to compare

  • Update official Python version support to >= 3.6
  • Update official Django version support to 2.2 and 3.0
  • Add Polish translations
  • Update documentation
  • Update packaging and release scripts
  • Switch CI to GitHub Actions and FussyFox