From b43fdc64f6ae614e999194566091fc39dbbdad2a Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sun, 6 Feb 2022 21:13:18 +0000 Subject: [PATCH] =?UTF-8?q?v0.3.4=20=E2=80=94=20Support=20PyYAML=206.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- LICENSE | 2 +- README.rst | 2 +- src/pdfschedule.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 892859b..8d44e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LICENSE b/LICENSE index 12f5114..ba80e80 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.rst b/README.rst index d221918..fb4d9e8 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/src/pdfschedule.py b/src/pdfschedule.py index 6b37fb5..2a8cf83 100644 --- a/src/pdfschedule.py +++ b/src/pdfschedule.py @@ -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"