From 4410829e81bc8c962c29af4a18ee1e8efc2c132c Mon Sep 17 00:00:00 2001 From: msftcangoblowme Date: Sun, 5 Jan 2025 10:09:57 +0000 Subject: [PATCH] release 2.0.2 - chore: 2.0.2 release --- CHANGES.rst | 11 ++++++++--- README.rst | 1 + docs/conf.py | 6 +++--- docs/intro.rst | 1 + pyproject.toml | 4 ++-- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9f0786c..3cc28ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,11 +26,16 @@ Changelog Commit items for NEXT VERSION .............................. - - ci(testsuite): add platform windows-latest - - ci: bump actions version - .. scriv-start-here +.. _changes_2-0-2: + +Version 2.0.2 — 2025-01-05 +-------------------------- + +- ci(testsuite): add platform windows-latest +- ci: bump actions version + .. _changes_2-0-1: Version 2.0.1 — 2024-10-15 diff --git a/README.rst b/README.rst index f2f1e69..feb533a 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,7 @@ It also allows for documents not specified in the ToC to be auto-excluded. **New in 2.0.x:** intersphinx support; ref > url; Sphinx py310+ drop py39; +OS Independent; **New in 1.2.x:** diff --git a/docs/conf.py b/docs/conf.py index d226dfe..475cc03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,11 +37,11 @@ # @@@ editable copyright = "2023–2025, Dave Faulkmore" # The short X.Y.Z version. -version = "2.0.1" +version = "2.0.2" # The full version, including alpha/beta/rc tags. -release = "2.0.1" +release = "2.0.2" # The date of release, in "monthname day, year" format. -release_date = "October 15, 2024" +release_date = "January 05, 2025" # @@@ end v = parse(release) diff --git a/docs/intro.rst b/docs/intro.rst index eae57d8..990d62d 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -19,6 +19,7 @@ This extension facilitates a **top-down** approach to defining the site-map stru **New in 2.0.x:** intersphinx support; ref > url; Sphinx py310+ drop py39; +OS Independent; **New in 1.2.x:** diff --git a/pyproject.toml b/pyproject.toml index 0a98a52..89f6afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ requires-python = ">=3.10" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "Operating System :: POSIX", + "Operating System :: OS Independent", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Framework :: Sphinx :: Extension", "Topic :: Software Development :: Libraries :: Python Modules",