Skip to content

Commit

Permalink
master: mention fix to bin/grep_and_sed.sh in 2024.xrst.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Sep 9, 2024
1 parent a2af3f6 commit 381765e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = 'setuptools.build_meta'
# -----------------------------------------------------------------------------
[project]
name = 'xrst'
version = '2024.9.7'
version = '2024.9.9'
description = 'Extract RST files from source code and run Sphinx'
readme = 'readme.md'
requires-python = '>=3.0'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name = 'xrst',
version = '2024.9.7',
version = '2024.9.9',
description = 'Extract RST files from source code and run Sphinx',
license = 'GPL-3.0-or-later',
keywords = 'sphinx rst documentation source',
Expand Down
12 changes: 11 additions & 1 deletion test_rst/2024.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
!!!!

.. meta::
:keywords: 2024,xrst,release,notes,for,mm-dd,08-25,08-13,08-12,06-25,04-30,04-06,04-05,03-30,03-29,03-28,03-19,03-16,03-04,03-02,03-01,02-29,02-25,02-14,02-03,01-29,01-21,01-04,01-01
:keywords: 2024,xrst,release,notes,for,mm-dd,09-09,08-25,08-13,08-12,06-25,04-30,04-06,04-05,03-30,03-29,03-28,03-19,03-16,03-04,03-02,03-01,02-29,02-25,02-14,02-03,01-29,01-21,01-04,01-01

.. index:: 2024, xrst, release, notes, 2024

Expand All @@ -24,6 +24,16 @@ xrst Release Notes for 2024
mm-dd
*****

.. _2024@mm-dd@09-09:

09-09
=====
The development and install tools were extended to work well on
MacOS with homebrew.
The versions between 08-25 and 09-08
were not tested and may have trouble on other systems.
(There was a problem with the new ``bin/grep_and_sed.sh`` script.)

.. _2024@mm-dd@08-25:

08-25
Expand Down
11 changes: 11 additions & 0 deletions user/2024.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ SPDX-FileContributor: 2020-24 Bradley M. Bell
breakpoint
docstring
github
grep
homebrew
ini
macos
pyenchant
pytest
sed
stderr
tox
ubuntu
Expand All @@ -23,6 +26,14 @@ xrst Release Notes for 2024
mm-dd
*****

09-09
=====
The development and install tools were extended to work well on
MacOS with homebrew.
The versions between 08-25 and 09-08
were not tested and may have trouble on other systems.
(There was a problem with the new ``bin/grep_and_sed.sh`` script.)

08-25
=====
Comment out the choice of the pyenchant in the example configuration file;
Expand Down
2 changes: 1 addition & 1 deletion xrst/run_xrst.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def fix_latex(latex_dir, project_name) :
import xrst
#
# version
version = '2024.9.7'
version = '2024.9.9'
#
def run_xrst() :
#
Expand Down

0 comments on commit 381765e

Please sign in to comment.