Skip to content

Commit 845f4f3

Browse files
committed
Release v1.1.0
1 parent a0154e6 commit 845f4f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

HOW_TO_RELEASE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Time required: about an hour.
1010
3. If you have any doubts, run the full test suite one final time!
1111
py.test
1212
4. On the master branch, commit the release in git:
13-
git commit -a -m 'Release v0.X.Y'
13+
git commit -a -m 'Release vX.Y.Z'
1414
5. Tag the release:
15-
git tag -a v0.X.Y -m 'v0.X.Y'
15+
git tag -a vX.Y.Z -m 'vX.Y.Z'
1616
6. Build source for pypi:
1717
python setup.py sdist
1818
7. Use twine to register and upload the release on pypi. Be careful, you can't
1919
take this back!
20-
twine upload dist/recursive_diff-0.X.Y*
20+
twine upload dist/recursive_diff-X.Y.Z*
2121
You will need to be listed as a package owner at
2222
https://pypi.python.org/pypi/recursive_diff for this to work.
2323
8. Push your changes to master:
@@ -45,5 +45,5 @@ Time required: about an hour.
4545
It should now build automatically.
4646
14. Update conda-forge. Clone https://github.com/conda-forge/recursive_diff-feedstock
4747
and update the version number and sha256 in meta.yaml. (On OS X, you can
48-
calculate sha256 with `shasum -a 256 recursive_diff-0.X.Y.tar.gz`). Submit a pull
48+
calculate sha256 with `shasum -a 256 recursive_diff-X.Y.Z.tar.gz`). Submit a pull
4949
request (and merge it, once CI passes).

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ What's New
55

66
.. _whats-new.1.1.0:
77

8-
v1.1.0 (Unreleased)
8+
v1.1.0 (2022-03-26)
99
-------------------
1010
- Added support for Python 3.8, 3.9, and 3.10
1111
- Type annotations

0 commit comments

Comments
 (0)