summaryrefslogtreecommitdiff
path: root/README.creole
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2020-02-01 16:46:39 +0100
committerJensDiemer <git@jensdiemer.de>2020-02-01 16:46:39 +0100
commitbf18cb8fee6c542a86f75cb46b5bcfc83903b819 (patch)
treebee5b3adc613c46c2e0816140efb3dc9eaa0673e /README.creole
parent1d2fb1c6ac76674939e6f0c34c8623bb6d22e841 (diff)
downloadcreole-bf18cb8fee6c542a86f75cb46b5bcfc83903b819.tar.gz
update README
Diffstat (limited to 'README.creole')
-rw-r--r--README.creole10
1 files changed, 7 insertions, 3 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}}}