Skip to content

Commit

Permalink
v0.4.1 — Packaging updates
Browse files Browse the repository at this point in the history
- Support Python 3.12 and 3.13
- Migrated from setuptools to hatch
- Drop support for Python 3.7
  • Loading branch information
jwodder committed Dec 1, 2024
1 parent 664561b commit 35ecaba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.5.0 (in development)
-----------------------
v0.4.1 (2024-12-01)
-------------------
- Support Python 3.12 and 3.13
- Migrated from setuptools to hatch
- Drop support for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014, 2017-2023 John Thorvald Wodder II and contributors
Copyright (c) 2014, 2017-2024 John Thorvald Wodder II and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ The following input file:
produces (using the default options) an output file that looks like this:

.. image:: https://github.com/jwodder/schedule/raw/master/examples/example01.png
.. image:: https://github.com/jwodder/schedule/raw/v0.4.1/examples/example01.png
2 changes: 1 addition & 1 deletion pdfschedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
more information.
"""

__version__ = "0.5.0.dev1"
__version__ = "0.4.1"
__author__ = "John Thorvald Wodder II"
__author_email__ = "pdfschedule@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 35ecaba

Please sign in to comment.