Skip to content

Commit

Permalink
v0.1.0 — Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 11, 2019
1 parent 6655c01 commit 05a1cce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
15 changes: 9 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.. image:: http://www.repostatus.org/badges/latest/wip.svg
:target: http://www.repostatus.org/#wip
:alt: Project Status: WIP — Initial development is in progress, but there
has not yet been a stable, usable release suitable for the public.
.. image:: http://www.repostatus.org/badges/latest/active.svg
:target: http://www.repostatus.org/#active
:alt: Project Status: Active — The project has reached a stable, usable
state and is being actively developed.

.. image:: https://img.shields.io/pypi/pyversions/pdfschedule.svg
:target: https://pypi.org/project/pdfschedule/

.. image:: https://img.shields.io/github/license/jwodder/schedule.svg
:target: https://opensource.org/licenses/MIT
Expand All @@ -11,9 +14,9 @@
:target: https://saythanks.io/to/jwodder

`GitHub <https://github.com/jwodder/schedule>`_
| `PyPI <https://pypi.org/project/pdfschedule/>`_
| `Issues <https://github.com/jwodder/schedule/issues>`_

``pdfschedule`` is a Python 3 script for creating PDF documents showing
one's weekly schedule of events. Currently, only events that take place on
weekdays are recognized.
Expand Down Expand Up @@ -129,4 +132,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.1.0/examples/example01.png
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@
- Documentation:
- Add more docstrings
- Come up with a better example schedule

- Release on PyPI
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.1.0.dev1'
__version__ = '0.1.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'pdfschedule@varonathe.org'
__license__ = 'MIT'
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ keywords =
schedule

classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Expand Down

0 comments on commit 05a1cce

Please sign in to comment.