Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.04 KB

Changelog

22.1 (2022-01-30)

  • Drop support for Python 3.6 and Django 3.1 (#129).

21.1 (2021-11-03)

  • Switch to a CalVer YY.MINOR versioning scheme. MINOR is the number of the release in the given year. This is the first release in 2021 using this scheme, so its version is 21.1. The next version this year will be 21.2. The first version in 2022 will be 22.1.
  • Add support for Django 4.0 and Python 3.10 (#82).

2.0.0 (2021-04-10)

  • Drop support for Django 3.0, extended support stopped on 2021-04-01).
  • Add support for Django 3.2.

1.0.0 (2021-01-26)

  • Rename module charting to django_charting
  • Merge template tag libraries and rename to django_charting
  • Drop support for Python 2
  • Limit Django versions to 2.2, 3.0, 3.1
  • Use src layout
  • Add CI

0.1.9 (2015-05-20)

  • Fix import error

0.1.8 (2015-05-19)

  • Fix Django dependency in setup
  • Fix versioning issue
  • Fix import errors due to Django dependancy

0.1.2 (2015-02-09)

  • Various fixes and improvements

0.1.0 (2014-12-19)

  • Start of project