File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ v1.6.1 (in development)
2+ -----------------------
3+ - ` SUPPORTED_REPOSITORY_VERSION ` increased to ` "1.3" ` for compatibility with
4+ PEP 740
5+
16v1.6.0 (2024-07-18)
27-------------------
38- Drop support for Python 3.7
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ v1.6.1 (in development)
7+ -----------------------
8+ - `SUPPORTED_REPOSITORY_VERSION ` increased to ``"1.3" `` for compatibility with
9+ :pep: `740 `
10+
11+
612v1.6.0 (2024-07-18)
713-------------------
814- Drop support for Python 3.7
Original file line number Diff line number Diff line change 1414for more information.
1515"""
1616
17- __version__ = "1.6.0 "
17+ __version__ = "1.6.1.dev1 "
1818__author__ = "John Thorvald Wodder II"
1919__author_email__ = "pypi-simple@varonathe.org"
2020__license__ = "MIT"
2424PYPI_SIMPLE_ENDPOINT : str = "https://pypi.org/simple/"
2525
2626#: The maximum supported simple repository version (See :pep:`629`)
27- SUPPORTED_REPOSITORY_VERSION : str = "1.2 "
27+ SUPPORTED_REPOSITORY_VERSION : str = "1.3 "
2828
2929#: :mailheader:`Accept` header value for accepting either the HTML or JSON
3030#: serialization without a preference
You can’t perform that action at this time.
0 commit comments