From 6ee1b50b34c654fc43705b57227bd9dc7543dc1e Mon Sep 17 00:00:00 2001 From: Kwan-Yuet Ho Date: Tue, 16 Jul 2024 13:58:27 -0400 Subject: [PATCH] Documentation updated --- README.md | 2 ++ docs/conf.py | 4 ++-- docs/install.rst | 2 +- docs/news.rst | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9d7dde..d86b16d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ the simplicial complexes are, and how homologies are defined: ## News +* 07/16/2023: `mogutsa` 0.4.2 released. +* 11/23/2023: `mogutda` 0.4.1 released. * 08/18/2023: `mogutda` 0.4.0 released. * 06/20/2023: `mogutda` 0.3.5 released. * 09/09/2022: `mogutda` 0.3.4 released. diff --git a/docs/conf.py b/docs/conf.py index 1b75dcc..22076f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = u'0.3' +version = u'0.4' # The full version, including alpha/beta/rc tags. -release = u'0.4.0' +release = u'0.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/install.rst b/docs/install.rst index a7d1062..5ba9726 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -4,7 +4,7 @@ Installation To install, simply type in the shell prompt: ``` -pip install -U mogutda +pip install mogutda ``` Home: :doc:`index` diff --git a/docs/news.rst b/docs/news.rst index d444a48..24b38c3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,8 @@ News ==== +* 07/16/2023: `mogutsa` 0.4.2 released. +* 11/23/2023: `mogutda` 0.4.1 released. * 08/18/2023: `mogutda` 0.4.0 released. * 06/20/2023: `mogutda` 0.3.5 released. * 09/09/2022: `mogutda` 0.3.4 released.