diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9ff38..cae9b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.4.0 (in development) ------------------------ +v0.3.2 (2021-05-31) +------------------- - Drop support for Python 3.4 and 3.5 - Support Click 8 diff --git a/LICENSE b/LICENSE index 915165d..12f5114 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014, 2017-2020 John Thorvald Wodder II +Copyright (c) 2014, 2017-2021 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/src/pdfschedule.py b/src/pdfschedule.py index 2827e1e..882485b 100644 --- a/src/pdfschedule.py +++ b/src/pdfschedule.py @@ -6,7 +6,7 @@ more information. """ -__version__ = '0.4.0.dev1' +__version__ = '0.3.2' __author__ = 'John Thorvald Wodder II' __author_email__ = 'pdfschedule@varonathe.org' __license__ = 'MIT'