Skip to content

Commit

Permalink
v0.2.0 — Weekend events
Browse files Browse the repository at this point in the history
- Support for weekend events added
- Day-of-week abbreviations in input files may no longer be lowercase
- Added a `--no-weekends` option for not showing Sunday & Saturday
- Added a `--start-monday` option for starting the week on Monday
  • Loading branch information
jwodder committed Apr 16, 2019
1 parent b5b4a95 commit 12df02d
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.2.0 (in development)
-----------------------
v0.2.0 (2019-04-16)
-------------------
- Support for weekend events added
- Day-of-week abbreviations in input files may no longer be lowercase
- Added a `--no-weekends` option for not showing Sunday & Saturday
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,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.2.0/examples/example01.png
2 changes: 1 addition & 1 deletion pdfschedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
more information.
"""

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

0 comments on commit 12df02d

Please sign in to comment.