Skip to content

Commit

Permalink
release 2.0.2
Browse files Browse the repository at this point in the history
- chore: 2.0.2 release
  • Loading branch information
msftcangoblowm committed Jan 5, 2025
1 parent 9b94dc7 commit 4410829
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
11 changes: 8 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4410829

Please sign in to comment.