From: Scott Gasch Date: Thu, 17 Nov 2022 18:56:33 +0000 (-0800) Subject: Cut version 0.0.1b7 X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=b545d5422255d549d92d354fd0d22eabbadbf724;p=pyutils.git Cut version 0.0.1b7 --- diff --git a/cut_version.sh b/cut_version.sh index 1750956..889d7b5 100755 --- a/cut_version.sh +++ b/cut_version.sh @@ -84,17 +84,17 @@ echo "Building wheel..." python -m build echo "Checking in wheel package under dist/" -WHEEL=dist/pyutils-latest-py3-none-any.whl +cd dist +WHEEL=pyutils-${VERSION}-py3-none-any.whl if [ ! -f ${WHEEL} ]; then echo "Can't find ${WHEEL}?!" exit 1 fi -LINK=dist/pyutils-latest-py3-none-any.whl -git rm ${LINK} -ln -s ${WHEEL} dist/pyutils-latest-py3-none-any.whl +LINK=pyutils-latest-py3-none-any.whl +git rm -f ${LINK} +ln -s ${WHEEL} ${LINK} git add ${WHEEL} git add ${LINK} -cd dist/ for FILE in *.whl; do md5 ${FILE} > ${FILE}.md5 done diff --git a/dist/pyutils-0.0.1b7-py3-none-any.whl b/dist/pyutils-0.0.1b7-py3-none-any.whl new file mode 100644 index 0000000..b264a36 Binary files /dev/null and b/dist/pyutils-0.0.1b7-py3-none-any.whl differ diff --git a/dist/pyutils-0.0.1b7-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b7-py3-none-any.whl.md5 new file mode 100644 index 0000000..6a8e33d --- /dev/null +++ b/dist/pyutils-0.0.1b7-py3-none-any.whl.md5 @@ -0,0 +1 @@ +MD5 (pyutils-0.0.1b7-py3-none-any.whl) = 5a3e442ad59b7ecd04f3ccd5eb78515d diff --git a/dist/pyutils-latest-py3-none-any.whl b/dist/pyutils-latest-py3-none-any.whl index 354ba49..eaab6f9 120000 --- a/dist/pyutils-latest-py3-none-any.whl +++ b/dist/pyutils-latest-py3-none-any.whl @@ -1 +1 @@ -pyutils-0.0.1b6-py3-none-any.whl \ No newline at end of file +pyutils-0.0.1b7-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 25abd46..5428b9d 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) = e454545295a296a726515a06ca4fc4bd +MD5 (pyutils-latest-py3-none-any.whl) = 5a3e442ad59b7ecd04f3ccd5eb78515d diff --git a/pyproject.toml b/pyproject.toml index 38dcda7..3282626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1b6" +version = "0.0.1b7" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index 4b3c275..a1d3072 100644 --- a/release_notes.md +++ b/release_notes.md @@ -184,3 +184,29 @@ This version -------- 0.0.1b6 Previous version ---- 0.0.1b5 Total commits ------- 17 ``` +# 🎁 Release notes (`0.0.1b7`) + +## Changes +- Fix stdev. +- Use the right greek letter for the mean of the population, not the sample. +- Change path of remote_worker so the macbook can work too. +- This is slightly faster... +- Messing with config files for git presubmit check while cleaing up string_utils lint errors. +- More tweaking of cut_version.sh. +- Adds MD5 checksums to wheels. +- Doc updates to argparse_utils.py. +- More changes to cut_version.sh. +- Update cut_version.sh. +- Modify cut_version to check in wheel produced. +- Update docs in parallelize again. +- Add binary wheels. +- Update docs. +- Update docs around development +- Cut version 0.0.1b6 + +## Metadata +``` +This version -------- 0.0.1b7 +Previous version ---- 0.0.1b6 +Total commits ------- 16 +```