Skip to content

Commit 9007c56

Browse files
committed
minor version updates for 3.7.0
1 parent 3efd249 commit 9007c56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Releasing
77
* For beta releases, use a version like ``(2, 1, '0b1')``
88
* For release candidates, use a version like ``(2, 1, '0rc1')``
99
* When in doubt, follow PEP 440 versioning
10-
* Update the version in ``docs.yaml``
10+
* Add the new version in ``docs.yaml``
1111

1212
* Commit the changelog and version changes
1313
* Tag the release. For example: ``git tag -a 1.0.0 -m 'version 1.0.0'``

docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sections:
77
type: sphinx
88
directory: docs
99
versions:
10+
- name: 3.7
11+
ref: 3.7-doc
1012
- name: 3.6
1113
ref: 3.6-doc
1214
- name: 3.5

0 commit comments

Comments
 (0)