Skip to content

Commit 1208ca6

Browse files
committed
as uploaded to pypi for v3.0.0
1 parent b41f707 commit 1208ca6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 3.0.0 (released 26 April 2025)
1+
## Version 3.0.0 (released 28 April 2025)
22

33
- drop support for Python 2.7, require Python >= 3.7 [kleisauke]
44
- migrate to `pyproject.toml` [kleisauke]

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,5 @@ Update pypi package:
270270
271271
$ python3 -m build --sdist
272272
$ twine upload --repository pyvips dist/*
273-
$ git tag -a v2.2.0 -m "as uploaded to pypi"
274-
$ git push origin v2.2.0
273+
$ git tag -a v3.0.0 -m "as uploaded to pypi"
274+
$ git push origin v3.0.0

0 commit comments

Comments
 (0)