Skip to content

Commit

Permalink
v0.4.0 — Start & end time options
Browse files Browse the repository at this point in the history
- Drop support for Python 3.6
- Support Python 3.11
- Added `--start-time` and `--end-time` command-line options (contributed by [@bikdney](https://github.com/bikdney))
  • Loading branch information
jwodder committed May 3, 2023
1 parent c3bd911 commit e102060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.4.0 (in development)
-----------------------
v0.4.0 (2023-05-03)
-------------------
- Drop support for Python 3.6
- Support Python 3.11
- Added `--start-time` and `--end-time` command-line options
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ The following input file:
produces (using the default options) an output file that looks like this:

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

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

0 comments on commit e102060

Please sign in to comment.