File: versioning.rst

package info (click to toggle)
quart 0.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,888 kB
  • sloc: python: 8,644; makefile: 42; sh: 17; sql: 6
file content (23 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Versioning
==========

Quart uses `Semantic Versioning <https://semver.org/>`_ with the
caveat that Quart has yet to reach it's first major release. This
means there may be changes between minor versions that would be
considered major version changes - these are avoided and indicated in
the changelog.

Long term support
-----------------

Only the latest release is supported and hence likely to receive
updates. No previous releases are supported. Please always upgrade to
the latest Quart release where possible.

Python versions
---------------

Quart will support Python versions until they reach end of life. This
may, is rare circumstances be achieved by bug fixes to a specific
release branch i.e. no new features. This happended with Python 3.6
and the Quart 0.5.X releases.