readthedocs 5.10.0 update

This commit is contained in:
John Kerl 2020-11-29 16:19:46 -05:00
parent 5a453f832f
commit 81e58611e8
4 changed files with 4 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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'

View file

@ -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?