Skip to content

Commit

Permalink
Release 0.1.3, add a CHANGELOG file.
Browse files Browse the repository at this point in the history
Whoops, fix setup.py bug too.
  • Loading branch information
TC01 committed Dec 30, 2016
1 parent 431ef13 commit 5f2d2bb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,18 @@
# Changelog

The first official release of pelican-mboxreader was actually 0.1.1; version 0.1.0 was
a testing version that, while deployed, was never officially uploaded anywhere. Thus
the first version that actually has a changelog is 0.1.2.

## Version 0.1.3 - 12/29/16

* Fixes to the Python 3 support.
* Make pypandoc an optional dependency.

## Version 0.1.2 - 3/5/16

* Use pypandoc to convert README.md into rST when uploading to PyPI.

## Version 0.1.1 - 3/5/16

* First official/public release.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1 +1 @@
include README.md LICENSE
include README.md LICENSE CHANGELOG.md
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -29,7 +29,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.2',
version='0.1.3',

description='Pelican plugin that can load articles via email (mailbox / maildir)',
long_description=long_description,
Expand Down Expand Up @@ -69,7 +69,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.6',

# Other.
'Topic :: Communications :: Email',
Expand Down

0 comments on commit 5f2d2bb

Please sign in to comment.