Skip to content

Commit

Permalink
httptools 0.3.0
Browse files Browse the repository at this point in the history
This release has no functional changes, only packaging: Python 3.5 is
EOL, so wheels are no longer built, and Python 3.10 has been added to
the roster along with aarch64 wheels on Linux and universal2 wheels on
macOS.

Changes:

* Use cibuildwheel to build release wheels
  (by @elprans in 2f57b6b)
  • Loading branch information
elprans committed Aug 10, 2021
1 parent 2f57b6b commit 32f30c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httptools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.

__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 32f30c5

Please sign in to comment.