From 46369d0f3453e7b9305e5edd45ba777dd9e9a84f Mon Sep 17 00:00:00 2001 From: Kwan-Yuet Ho Date: Fri, 18 Aug 2023 12:25:21 -0400 Subject: [PATCH 1/2] release 0.5.1 --- doc/source/conf.py | 2 +- doc/source/news.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d526ead..6030bd0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = u'0.5' # The full version, including alpha/beta/rc tags. -release = u'0.5.0' +release = u'0.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/news.rst b/doc/source/news.rst index 8c34c8c..898e5fe 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -1,6 +1,7 @@ News ==== +* 08/18/2023: `graphflow` 0.5.1 released. * 06/20/2023: `graphflow` 0.5.0 released. * 10/29/2022: `graphflow` 0.4.5 released. * 10/04/2022: `graphflow` 0.4.4 released. @@ -21,6 +22,12 @@ News What's New ---------- +Release 0.5.1 (Augusy 20, 2023) +------------------------------- + +* Update package requirements for ReadTheDocs and security issues. + + Release 0.5.0 (June 20, 2023) ----------------------------- diff --git a/setup.py b/setup.py index f985d5c..284f2ec 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def install_requirements(): setup(name='graphflow', - version="0.5.0", + version="0.5.1", description="Algorithms for Graph Flow Analysis", long_description="Numerical routines for analyzing data represented by graphs", classifiers=[ From a869a88819f472cbdbc40ee3e488795bacb69f91 Mon Sep 17 00:00:00 2001 From: Kwan-Yuet Ho Date: Fri, 18 Aug 2023 12:27:09 -0400 Subject: [PATCH 2/2] typo --- README.md | 1 + doc/source/news.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d99344..b45465b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ After ensuring they have been installed, type the following to install `graphflo # News +* 08/18/2023: `graphflow` 0.5.1 released. * 06/20/2023: `graphflow` 0.5.0 released. * 10/29/2022: `graphflow` 0.4.5 released. * 10/04/2022: `graphflow` 0.4.4 released. diff --git a/doc/source/news.rst b/doc/source/news.rst index 898e5fe..46eaf60 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -22,7 +22,7 @@ News What's New ---------- -Release 0.5.1 (Augusy 20, 2023) +Release 0.5.1 (August 20, 2023) ------------------------------- * Update package requirements for ReadTheDocs and security issues.