File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ version is used.
14
14
15
15
## Create the release
16
16
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)
18
21
- [ ] Commit the updated version
19
22
- [ ] Clean the repo of all non-tracked files: ` git clean -xdfi `
20
23
- [ ] Commit and tag the release
@@ -48,4 +51,4 @@ twine upload dist/*
48
51
49
52
- [ ] If all went well:
50
53
- 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.
Original file line number Diff line number Diff line change 9
9
license :
10
10
name : BSD 3-clause
11
11
url : https://github.com/nteract/bookstore/blob/master/LICENSE
12
- version : 2.5.1
12
+ version : 2.5.1dev0
13
13
externalDocs :
14
14
description : Find out more about Bookstore
15
15
url : https://bookstore.readthedocs.io/en/latest/
You can’t perform that action at this time.
0 commit comments