From 81e58611e83069dc992aa2db6e91e9858712352c Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 29 Nov 2020 16:19:46 -0500 Subject: [PATCH] readthedocs 5.10.0 update --- docs/build.rst | 2 +- docs/build.rst.in | 2 +- docs/conf.py | 2 +- go/todo.txt | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/build.rst b/docs/build.rst index a420c68d1..3c7ded7d9 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -148,7 +148,7 @@ In this example I am using version 3.4.0; of course that will change for subsequ * Update version found in ``mlr --version`` and ``man mlr``: - * Edit ``configure.ac``, ``c/mlrvers.h``, and ``miller.spec`` from ``3.3.2-dev`` to ``3.4.0``. + * Edit ``configure.ac``, ``c/mlrvers.h``, and ``miller.spec`` from ``3.3.2-dev`` to ``3.4.0``. Likewise ``docs/conf.py``. * Do a fresh ``autoreconf -fiv`` and commit the output. * ``make -C c -f Makefile.no-autoconfig installhome && make -C doc -f Makefile.no-autoconfig all installhome`` * Commit and push. diff --git a/docs/build.rst.in b/docs/build.rst.in index 50f34e89c..e2230a7c3 100644 --- a/docs/build.rst.in +++ b/docs/build.rst.in @@ -145,7 +145,7 @@ In this example I am using version 3.4.0; of course that will change for subsequ * Update version found in ``mlr --version`` and ``man mlr``: - * Edit ``configure.ac``, ``c/mlrvers.h``, and ``miller.spec`` from ``3.3.2-dev`` to ``3.4.0``. + * Edit ``configure.ac``, ``c/mlrvers.h``, and ``miller.spec`` from ``3.3.2-dev`` to ``3.4.0``. Likewise ``docs/conf.py``. * Do a fresh ``autoreconf -fiv`` and commit the output. * ``make -C c -f Makefile.no-autoconfig installhome && make -C doc -f Makefile.no-autoconfig all installhome`` * Commit and push. diff --git a/docs/conf.py b/docs/conf.py index 0ee120b39..3a6fc4d87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2020, John Kerl' author = 'John Kerl' # The full version, including alpha/beta/rc tags -release = '5.9.1' +release = '5.10.0' # -- General configuration --------------------------------------------------- master_doc = 'index' diff --git a/go/todo.txt b/go/todo.txt index 58f7498c5..1677bc0c3 100644 --- a/go/todo.txt +++ b/go/todo.txt @@ -394,3 +394,4 @@ NITS/NON-IMMEDIATE: * reorder locations of get/put/remove methods in mlrval/mlrmap * grep out all error message from reg-test outputs & doc them all & make sure index-searchable at readthedocs * short 'asserting' functions (absent/error); and/or put --strict or somesuch +* is the truncate DSL function UTF-8 aware?