Versions and branches#
This chapter is a reference guide for icalendar's versioning and branch policies.
Semantic versioning#
We use Semantic Versioning.
Breaking changes increase the major version number.
New features increase the minor version number.
Minor changes and bug fixes increase the patch version number.
Stable release numbers consist of three numbers separated by two dots, such as 7.0.0 or 6.3.12.
Unstable releases are denoted by
a,b, orrc, such as7.0.0a1.
Branches#
This section describes the branches used in icalendar development.
mainThe main branch receives the latest updates and features. Active development takes place on this branch. It's compatible with Python versions 3.10 - 3.14, and PyPy3.10, subject to change because it's an active development branch.
7.xicalendar version 7 is on the branch 7.x. It's compatible with Python versions 3.10 - 3.14, and PyPy3.10. Security updates, bug fixes, and new features that are not breaking changes are continuously backported from main and released on this branch.
6.xicalendar version 6 is on the branch 6.x. It is compatible with Python versions 3.8 - 3.13, and PyPy3.9. Security updates and bug fixes can be backported and added to
6.xon request.5.xicalendar version 5 is on the branch 5.x. It is compatible with Python versions 3.7 - 3.11, and PyPy3.9. Security updates and bug fixes can be backported and added to
5.xon request.4.xicalendar version 4 is on the branch 4.x. It is compatible with Python versions 2.7, 3.4 - 3.10, and PyPy2.7 and PyPy3.9. Security updates and bug fixes can be backported and added to
4.xon request.
See also