mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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]
|
||||
name = "pelican"
|
||||
version = "4.0.1"
|
||||
version = "4.1.0"
|
||||
description = "Static site generator supporting Markdown and reStructuredText"
|
||||
authors = ["Justin Mayer <entrop@gmail.com>"]
|
||||
license = "AGPLv3"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ from os.path import join, relpath
|
|||
from setuptools import setup
|
||||
|
||||
|
||||
version = "4.0.1"
|
||||
version = "4.1.0"
|
||||
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils',
|
||||
'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue