Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spyder-ide/qtpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02eb05f190eb0f37f0987c71e8a32a0d4967022a
Choose a base ref
..
head repository: spyder-ide/qtpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 091e53ec7ffbd0fbe55b60076ce4bedf82542d94
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 RELEASE.md
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Procedure

To release a new version of qtpy on PyPI:
To release a new version of QtPy on PyPI:


## Prepare
@@ -22,7 +22,7 @@ To release a new version of qtpy on PyPI:
loghub -m vX.X.X spyder-ide/qtpy
```

* Update `__version__` in `__init__.py` (set release version, remove 'dev0')
* Update `__version__` in `__init__.py` (set release version, remove `.dev0`)

* `git commit -am 'Release X.X.X'`

@@ -56,7 +56,7 @@ To release a new version of qtpy on PyPI:

## Cleanup

* Update `__version__` in `__init__.py` (add 'dev0' and increment minor)
* Update `__version__` in `__init__.py` (add `.dev0` and increment minor)

* `git commit -am 'Back to work'`