Skip to content

Commit 9e286ae

Browse files
committed
Add instructions for everywhere versions need updates to RELEASING.md
- also, matches API version to current bookstore install version
1 parent d4a537f commit 9e286ae

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

RELEASING.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ version is used.
1414

1515
## Create the release
1616

17-
- [ ] Update version number `bookstore/_version.py`
17+
- [ ] Update version numbers in
18+
- [ ] `bookstore/_version.py` (version_info)
19+
- [ ] `docs/source/conf.py` (version and release)
20+
- [ ] `docs/source/bookstore_api.yaml` (info.version)
1821
- [ ] Commit the updated version
1922
- [ ] Clean the repo of all non-tracked files: `git clean -xdfi`
2023
- [ ] Commit and tag the release
@@ -48,4 +51,4 @@ twine upload dist/*
4851

4952
- [ ] If all went well:
5053
- Change `bookstore/_version.py` back to `.dev`
51-
- Push directly to `master` and push `--tags` too.
54+
- Push directly to `master` and push `--tags` too.

docs/source/bookstore_api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
license:
1010
name: BSD 3-clause
1111
url: https://github.com/nteract/bookstore/blob/master/LICENSE
12-
version: 2.5.1
12+
version: 2.5.1dev0
1313
externalDocs:
1414
description: Find out more about Bookstore
1515
url: https://bookstore.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)