summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rwxr-xr-xbuild_upload.sh4
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d99ef27..43bb5f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
CHANGES
=======
+v0.7.3
+------
+
+* replace uncompatible highlighter/marker
+
+v0.7.2
+------
+
+* Add new extensions for ^ and ~ syntax
+
v0.7.1
------
diff --git a/build_upload.sh b/build_upload.sh
index c195b5f..7ddd573 100755
--- a/build_upload.sh
+++ b/build_upload.sh
@@ -4,11 +4,11 @@
# too lazy to make it more general
echo "building package"
-/bin/python -m build
+python -m build
echo "uploading to pypi"
# alternatively, use /bin/python -m twine, i use twine in arch
-/bin/twine upload dist/*
+twine upload dist/*
echo "removing dist/*"
rm -r dist \ No newline at end of file