From: Scott Gasch Date: Thu, 9 Feb 2023 22:14:42 +0000 (-0800) Subject: Cut version 0.0.1b9 X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=18e57272c7fb10ff72a87df8f47760367d355bbe;p=pyutils.git Cut version 0.0.1b9 - Fix typo in README. - Remove the requirement that filename is a file from is_*. - Typos in docs. - Update docs. - Adds remove_edge and shortest path. - Cut version 0.0.1b8 --- diff --git a/dist/pyutils-0.0.1b9-py3-none-any.whl b/dist/pyutils-0.0.1b9-py3-none-any.whl new file mode 100644 index 0000000..8b34b08 Binary files /dev/null and b/dist/pyutils-0.0.1b9-py3-none-any.whl differ diff --git a/dist/pyutils-0.0.1b9-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b9-py3-none-any.whl.md5 new file mode 100644 index 0000000..b85b4b9 --- /dev/null +++ b/dist/pyutils-0.0.1b9-py3-none-any.whl.md5 @@ -0,0 +1 @@ +MD5 (pyutils-0.0.1b9-py3-none-any.whl) = 9db198f9a9fa0b93608eaf98711d9a58 diff --git a/dist/pyutils-latest-py3-none-any.whl b/dist/pyutils-latest-py3-none-any.whl index cbdc5f1..846a2fd 120000 --- a/dist/pyutils-latest-py3-none-any.whl +++ b/dist/pyutils-latest-py3-none-any.whl @@ -1 +1 @@ -pyutils-0.0.1b8-py3-none-any.whl \ No newline at end of file +pyutils-0.0.1b9-py3-none-any.whl \ No newline at end of file diff --git a/dist/pyutils-latest-py3-none-any.whl.md5 b/dist/pyutils-latest-py3-none-any.whl.md5 index 2ffaf92..cb93a8a 100644 --- a/dist/pyutils-latest-py3-none-any.whl.md5 +++ b/dist/pyutils-latest-py3-none-any.whl.md5 @@ -1 +1 @@ -MD5 (pyutils-latest-py3-none-any.whl) = a4699f66f065640e4760c3f7d322a070 +MD5 (pyutils-latest-py3-none-any.whl) = 9db198f9a9fa0b93608eaf98711d9a58 diff --git a/pyproject.toml b/pyproject.toml index 81ca25a..c6a4ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1b8" +version = "0.0.1b9" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index 5a73dd2..f058d78 100644 --- a/release_notes.md +++ b/release_notes.md @@ -245,3 +245,19 @@ This version -------- 0.0.1b8 Previous version ---- 0.0.1b7 Total commits ------- 25 ``` +# 🎁 Release notes (`0.0.1b9`) + +## Changes +- Fix typo in README. +- Remove the requirement that filename is a file from is_*. +- Typos in docs. +- Update docs. +- Adds remove_edge and shortest path. +- Cut version 0.0.1b8 + +## Metadata +``` +This version -------- 0.0.1b9 +Previous version ---- 0.0.1b8 +Total commits ------- 6 +```