From 5dc81ab5e0fda71a319b6f6e11445b519c82f844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20M=2E=20Navarro?= Date: Sat, 23 Sep 2023 17:50:53 +0200 Subject: [PATCH] CHANGELOG updated for v0.11.4-2. --- CHANGELOG.md | 4 ++-- src/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53de913..8cf78fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## 0.11.4-2 ### Added -* Things +* A github action now published Sphinx code documentation to GitHub Pages. +* Build environment refactoring to support this new feature. ## 0.11.4-1 - ### Added * [#8](https://github.com/jmnavarrol/python-multigit/issues/8): [setup.cfg](./src/setup.cfg) updated so it can manage different dependencies depending on running Python version. diff --git a/src/README.md b/src/README.md index 192b72d..dd1d58b 100644 --- a/src/README.md +++ b/src/README.md @@ -4,4 +4,4 @@ This package offers a simple way of managing *"workspaces"* integrating multiple Read the [full documentation on GitHub](https://github.com/jmnavarrol/python-multigit#readme). -Also see the [simplest-git-subrepos README](https://github.com/jmnavarrol/simplest-git-subrepos#readme) for a long-wired rationale. +See also the [simplest-git-subrepos README](https://github.com/jmnavarrol/simplest-git-subrepos#readme) for a long-wired rationale.