mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 10:13:59 +00:00
readthedocs 5.10.0 update
This commit is contained in:
parent
5a453f832f
commit
81e58611e8
4 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue