mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
bump version
This commit is contained in:
parent
02b9b964b8
commit
e0308e3528
2 changed files with 5 additions and 5 deletions
4
setup.py
4
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
import sys
|
||||
import platform
|
||||
|
||||
VERSION = "2.7.2" # find a better way to do so.
|
||||
VERSION = "2.8.0" # find a better way to do so.
|
||||
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'pytz']
|
||||
if sys.version_info < (2,7):
|
||||
|
|
@ -13,7 +13,7 @@ scripts = ['bin/pelican', 'tools/pelican-themes', 'tools/pelican-import', 'tools
|
|||
|
||||
if sys.platform.startswith('win'):
|
||||
scripts += [
|
||||
'bin/pelican.bat', 'tools/pelican-themes.bat',
|
||||
'bin/pelican.bat', 'tools/pelican-themes.bat',
|
||||
'tools/pelican-import.bat', 'tools/pelican-quickstart.bat'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue