minor version up and fixed docstring

This commit is contained in:
san 2015-06-20 20:55:07 +05:30
commit 8575c7ff04
2 changed files with 3 additions and 2 deletions

View file

@ -386,7 +386,8 @@ def main():
def prepare(args):
""" preapres settings received from an argparse or mocked argparse from different application that imports pelican.
""" preapres settings received from an argparse or mocked argparse
from different application that imports pelican.
:param args: argparse.ArgumentParser or mocked argparse Class object
:type args: argparse.ArgumentParser or mocked argparse

View file

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