diff --git a/CHANGELOG.md b/CHANGELOG.md index 7956ae1..00a8faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.3.0 (in development) ------------------------ +v0.3.0 (2019-05-09) +------------------- - `--font` now accepts names of builtin fonts - When an input filename is given but no output filename, write to the input filename with the extension set to `.pdf` instead of to stdout diff --git a/README.rst b/README.rst index 78cff76..1003a94 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.0/examples/example01.png diff --git a/pdfschedule.py b/pdfschedule.py index 0cb3d7c..b26604c 100644 --- a/pdfschedule.py +++ b/pdfschedule.py @@ -6,7 +6,7 @@ more information. """ -__version__ = '0.3.0.dev1' +__version__ = '0.3.0' __author__ = 'John Thorvald Wodder II' __author_email__ = 'pdfschedule@varonathe.org' __license__ = 'MIT'