From bf18cb8fee6c542a86f75cb46b5bcfc83903b819 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 1 Feb 2020 16:46:39 +0100 Subject: update README --- README.creole | 10 +++++++--- README.rst | 16 ++++++++++++---- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.creole b/README.creole index e5a19d2..8733621 100644 --- a/README.creole +++ b/README.creole @@ -227,9 +227,13 @@ Note: In this case you must install **docutils**! See above. = history = -* *dev* - [[https://github.com/jedie/python-creole/compare/v1.4.1...master|compare v1.4.1...master]] +* *dev* - [[https://github.com/jedie/python-creole/compare/v1.4.2...master|compare v1.4.2...master]] ** TBC -* v1.4.1 - 2020-01-19 - [[https://github.com/jedie/python-creole/compare/v1.4.0...master|compare v1.4.0...master]] +* v1.4.2 - 2020-02-01 - [[https://github.com/jedie/python-creole/compare/v1.4.1...v1.4.2|compare v1.4.1...v1.4.2]] +** Update CI configs on github and travis +** Update {{{Makefile}}}: add {{{make publish}}} and {{{make update-rst-readme}}} +** Add generated {{{README.rst}}} in repository to fix install problems about missing readme +* v1.4.1 - 2020-01-19 - [[https://github.com/jedie/python-creole/compare/v1.4.0...v1.4.1|compare v1.4.0...v1.4.1]] ** Remove Python v2 support code ** [[https://github.com/jedie/python-creole/issues/26|Fix "Undefined substitution referenced" error]] contributed by dforsi ** [[https://github.com/jedie/python-creole/pull/37|Fix regression in tests for setup_utils]] contributed by jugmac00 @@ -237,7 +241,7 @@ Note: In this case you must install **docutils**! See above. ** sort imports with isort ** change old {{{%-formatted}}} and {{{.format(...)}}} strings into Python 3.6+'s {{{f-strings}}} with flynt ** Activate linting in CI pipeline -* v1.4.0 - 2020-01-19 - [[https://github.com/jedie/python-creole/compare/v1.3.2...master|compare v1.3.2...master]] +* v1.4.0 - 2020-01-19 - [[https://github.com/jedie/python-creole/compare/v1.3.2...v1.4.0|compare v1.3.2...v1.4.0]] ** modernize project: *** use poetry *** Add a {{{Makefile}}} diff --git a/README.rst b/README.rst index 3fcd3c3..d0ba038 100644 --- a/README.rst +++ b/README.rst @@ -298,11 +298,19 @@ Note: In this case you must install **docutils**! See above. history ======= -* *dev* - `compare v1.4.1...master `_ +* *dev* - `compare v1.4.2...master `_ * TBC -* v1.4.1 - 2020-01-19 - `compare v1.4.0...master `_ +* v1.4.2 - 2020-02-01 - `compare v1.4.1...v1.4.2 `_ + + * Update CI configs on github and travis + + * Update ``Makefile``: add ``make publish`` and ``make update-rst-readme`` + + * Add generated ``README.rst`` in repository to fix install problems about missing readme + +* v1.4.1 - 2020-01-19 - `compare v1.4.0...v1.4.1 `_ * Remove Python v2 support code @@ -318,7 +326,7 @@ history * Activate linting in CI pipeline -* v1.4.0 - 2020-01-19 - `compare v1.3.2...master `_ +* v1.4.0 - 2020-01-19 - `compare v1.3.2...v1.4.0 `_ * modernize project: @@ -643,4 +651,4 @@ donation ------------ -``Note: this file is generated from README.creole 2020-02-01 15:25:27 with "python-creole"`` \ No newline at end of file +``Note: this file is generated from README.creole 2020-02-01 16:46:16 with "python-creole"`` \ No newline at end of file -- cgit v1.2.1