Skip to content

Commit

Permalink
v0.3.4 — Support PyYAML 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 6, 2022
1 parent 77979bc commit b43fdc6
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.3.4 (in development)
-----------------------
v0.3.4 (2022-02-06)
-------------------
- Support PyYAML 6.0

v0.3.3 (2021-06-12)
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-2021 John Thorvald Wodder II
Copyright (c) 2014, 2017-2022 John Thorvald Wodder II

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 @@ -156,4 +156,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.3.4/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.3.4.dev1"
__version__ = "0.3.4"
__author__ = "John Thorvald Wodder II"
__author_email__ = "pdfschedule@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit b43fdc6

Please sign in to comment.