Cut version 0.0.1b7
authorScott Gasch <[email protected]>
Thu, 17 Nov 2022 18:56:33 +0000 (10:56 -0800)
committerScott Gasch <[email protected]>
Thu, 17 Nov 2022 18:56:33 +0000 (10:56 -0800)
cut_version.sh
dist/pyutils-0.0.1b7-py3-none-any.whl [new file with mode: 0644]
dist/pyutils-0.0.1b7-py3-none-any.whl.md5 [new file with mode: 0644]
dist/pyutils-latest-py3-none-any.whl
dist/pyutils-latest-py3-none-any.whl.md5
pyproject.toml
release_notes.md

index 1750956e5ddd36ec12546801d80b8dd7f18c2712..889d7b58ef8375e2d7ecf83b6fc472c6732bd68f 100755 (executable)
@@ -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 (file)
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 (file)
index 0000000..6a8e33d
--- /dev/null
@@ -0,0 +1 @@
+MD5 (pyutils-0.0.1b7-py3-none-any.whl) = 5a3e442ad59b7ecd04f3ccd5eb78515d
index 354ba49781878a46c426d8a41e508c3bcdf99185..eaab6f9b8bc8bb68230e082621c2a9fc2edd6058 120000 (symlink)
@@ -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
index 25abd461d91194534a89130ba4f7f111278df961..5428b9d94b139e1361ab1fda10219c0bd60a972b 100644 (file)
@@ -1 +1 @@
-MD5 (pyutils-latest-py3-none-any.whl) = e454545295a296a726515a06ca4fc4bd
+MD5 (pyutils-latest-py3-none-any.whl) = 5a3e442ad59b7ecd04f3ccd5eb78515d
index 38dcda7ed1291926fc07a95a4fb6278f4828fe66..3282626d51fbda6ff8f8564df3c246039c237d98 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b6"
+version = "0.0.1b7"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index 4b3c2752bf2a2b753f5d21da8a3154c56d416758..a1d3072d9e1af1d50becd39aec73e12d86f7f89a 100644 (file)
@@ -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
+```