From d9e58f3096d85e281df78fbc860b87354d2fa72a Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 14 Jul 2019 17:21:54 +0200 Subject: [PATCH] Increment version in preparation for imminent release --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4564d53f..f27dc047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "AGPLv3" diff --git a/setup.py b/setup.py index 2a7f60d9..f9076f4d 100755 --- a/setup.py +++ b/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',