forked from github/pelican
bump version number
This commit is contained in:
parent
e617b08ab6
commit
971f3b4937
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ from pelican.utils import clean_output_dir, files_changed
|
|||
from pelican.writers import Writer
|
||||
from pelican import log
|
||||
|
||||
VERSION = "2.7.1"
|
||||
VERSION = "2.7.2"
|
||||
|
||||
|
||||
class Pelican(object):
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@
|
|||
from setuptools import setup
|
||||
import sys
|
||||
|
||||
VERSION = "2.7.1" # find a better way to do so.
|
||||
VERSION = "2.7.2" # find a better way to do so.
|
||||
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils']
|
||||
if sys.version_info < (2,7):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue