File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ v0.7.2 (unreleased):
2+
3+ - ...
4+
15v0.7.1 (released June 30, 2025):
26
37- Modernize packaging.
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v0.7.2
5+ ------
6+
7+ Unreleased
8+ (`changes <https://github.com/earwig/mwparserfromhell/compare/v0.7.1...main >`__):
9+
10+ - ...
11+
412v0.7.1
513------
614
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ post_release() {
6868 echo " *** Release completed."
6969 echo " *** Update: https://github.com/earwig/mwparserfromhell/releases/tag/v$VERSION "
7070 echo " *** Verify: https://pypi.org/project/mwparserfromhell"
71- echo " *** Verify: https://ci.appveyor. com/project/ earwig/mwparserfromhell"
71+ echo " *** Verify: https://github. com/earwig/mwparserfromhell/actions "
7272 echo " *** Verify: https://mwparserfromhell.readthedocs.io"
7373 echo " *** Press enter to sanity-check the release."
7474 read
@@ -100,6 +100,7 @@ test_release() {
100100 echo " done."
101101 fi
102102 pip -q uninstall -y mwparserfromhell
103+ deactivate
103104 echo -n " Downloading mwparserfromhell source tarball..."
104105 curl -sL " https://files.pythonhosted.org/packages/source/m/mwparserfromhell/mwparserfromhell-$VERSION .tar.gz" -o " mwparserfromhell.tar.gz"
105106 echo " done."
@@ -110,13 +111,11 @@ test_release() {
110111 uv run pytest
111112 if [[ " $? " != " 0" ]]; then
112113 echo " *** ERROR: Unit tests failed!"
113- deactivate
114114 cd ../..
115115 rm -rf $virtdir
116116 exit 1
117117 fi
118118 echo -n " Everything looks good. Cleaning up..."
119- deactivate
120119 cd ../..
121120 rm -rf $virtdir
122121 echo " done."
@@ -129,7 +128,6 @@ check_git
129128update_changelog
130129update_docs_changelog
131130do_git_stuff
132- upload_to_pypi
133131post_release
134132test_release
135133
You can’t perform that action at this time.
0 commit comments