forked from github/pelican
Increment version in preparation for imminent release
This commit is contained in:
parent
5bb4bab718
commit
d9e58f3096
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pelican"
|
name = "pelican"
|
||||||
version = "4.0.1"
|
version = "4.1.0"
|
||||||
description = "Static site generator supporting Markdown and reStructuredText"
|
description = "Static site generator supporting Markdown and reStructuredText"
|
||||||
authors = ["Justin Mayer <entrop@gmail.com>"]
|
authors = ["Justin Mayer <entrop@gmail.com>"]
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ from os.path import join, relpath
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
version = "4.0.1"
|
version = "4.1.0"
|
||||||
|
|
||||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils',
|
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils',
|
||||||
'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4',
|
'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue