Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 40ee7fc

Browse files
committed
Mark as no longer maintained
1 parent ebebff8 commit 40ee7fc

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.4.1.post1 (in development)
2+
-----------------------------
3+
- Mark as no longer maintained
4+
15
v0.4.1 (2024-12-01)
26
-------------------
37
- Support Python 3.12 and 3.13

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
|repostatus| |pyversions| |license|
22

3-
.. |repostatus| image:: https://www.repostatus.org/badges/latest/active.svg
4-
:target: https://www.repostatus.org/#active
5-
:alt: Project Status: Active — The project has reached a stable, usable
6-
state and is being actively developed.
3+
.. |repostatus| image:: https://www.repostatus.org/badges/latest/unsupported.svg
4+
:target: https://www.repostatus.org/#unsupported
5+
:alt: Project Status: Unsupported – The project has reached a stable,
6+
usable state but the author(s) have ceased all work on it. A new
7+
maintainer may be desired.
78

89
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/pdfschedule.svg
910
:target: https://pypi.org/project/pdfschedule/
@@ -174,4 +175,4 @@ The following input file:
174175
175176
produces (using the default options) an output file that looks like this:
176177

177-
.. image:: https://github.com/jwodder/schedule/raw/v0.4.1/examples/example01.png
178+
.. image:: https://github.com/jwodder/schedule/raw/master/examples/example01.png

pdfschedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
more information.
77
"""
88

9-
__version__ = "0.4.1"
9+
__version__ = "0.4.1.post1"
1010
__author__ = "John Thorvald Wodder II"
1111
__author_email__ = "pdfschedule@varonathe.org"
1212
__license__ = "MIT"

0 commit comments

Comments
 (0)