Compare commits

...

2 commits

Author SHA1 Message Date
Alexis Métaireau
10a5f9c9ba bump the minor version 2013-05-19 22:35:12 +10:00
Alexis Métaireau
ab3674e87c Include the md / rst files in the dist 2013-05-19 22:34:28 +10:00
3 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,4 @@
include *.rst
global-include *.py
recursive-include pelican *.html *.css *png *.in
recursive-include pelican *.html *.css *png *.in *.rst *.md
include LICENSE THANKS docs/changelog.rst
recursive-include tests *
recursive-exclude tests *.pyc

View file

@ -22,7 +22,7 @@ from pelican.writers import Writer
__major__ = 3
__minor__ = 2
__micro__ = 0
__micro__ = 1
__version__ = "{0}.{1}.{2}".format(__major__, __minor__, __micro__)

View file

@ -25,7 +25,7 @@ CHANGELOG = open('docs/changelog.rst').read()
setup(
name="pelican",
version="3.2",
version="3.2.1",
url='http://getpelican.com/',
author='Alexis Metaireau',
author_email='authors@getpelican.com',