diff options
| author | botpub <botpub@autopub.rocks> | 2019-08-23 17:06:52 +0000 |
|---|---|---|
| committer | botpub <botpub@autopub.rocks> | 2019-08-23 17:06:52 +0000 |
| commit | e44aa294b0641655165fefdcbce72484e3ce7c57 (patch) | |
| tree | d964de488c1c3393d9f8b95866b195fb451a0ce8 | |
| parent | f6ef0270144b96863ae9811edbc802c56091a2a3 (diff) | |
| download | pelican-4.1.1.tar.gz | |
Release Pelican 4.1.14.1.1
| -rw-r--r-- | RELEASE.md | 6 | ||||
| -rw-r--r-- | docs/changelog.rst | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 920b6a14..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,6 +0,0 @@ -Release type: patch - -* Add AutoPub to auto-publish releases on PR merge -* Add CSS classes for reStructuredText figures -* Pass `argv` to Pelican `main` entrypoint -* Set default content status to a blank string rather than `None` diff --git a/docs/changelog.rst b/docs/changelog.rst index be87ed17..fd7cada4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Release history ############### +4.1.1 - 2019-08-23 +================== + +* Add AutoPub to auto-publish releases on PR merge +* Add CSS classes for reStructuredText figures +* Pass `argv` to Pelican `main` entrypoint +* Set default content status to a blank string rather than `None` + 4.1.0 - 2019-07-14 ================== diff --git a/pyproject.toml b/pyproject.toml index 6a0e048a..31bb1829 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican" -version = "4.1.0" +version = "4.1.1" description = "Static site generator supporting Markdown and reStructuredText" authors = ["Justin Mayer <entrop@gmail.com>"] license = "AGPLv3" @@ -7,7 +7,7 @@ from os.path import join, relpath from setuptools import setup -version = "4.1.0" +version = "4.1.1" requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils', 'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4', |
