Fixed a bug where the `page_id` wasn't being updated properly, and one where the `modify_code` wasn't being reset properly.
Fixed functionality with `overwrite` in the `update()` function. Previously I operated under the assumption it only affected the metadata, however it also affects the markdown.
0.1.2
Last release for now (real). Fixed an issue where fetching a page with the `SECRET_EMAIL_ADDRESS` metadata set caused an error due to rentry returning an obfuscated version of the email which doesn't follow email syntax.
0.1.1
Something did in fact slip through the cracks. A typo broke the entire command line functionality :)
0.1.0
The first release of `rentry.py`, a python wrapper for the rentry markdown service.
It should be feature complete with the current rentry API, though some things may have slipped through the cracks. See the README for details and the docstrings for even further details.