Show More
@@ -23,7 +23,7 b' _version_major = 6' | |||
|
23 | 23 | _version_minor = 0 |
|
24 | 24 | _version_patch = 0 |
|
25 | 25 | _version_extra = '.dev' |
|
26 |
|
|
|
26 | _version_extra = 'rc1' | |
|
27 | 27 | # _version_extra = '' # Uncomment this for full releases |
|
28 | 28 | |
|
29 | 29 | # Construct full version string from these. |
@@ -1,15 +1,3 b'' | |||
|
1 | ===================== | |
|
2 | Development version | |
|
3 | ===================== | |
|
4 | ||
|
5 | This document describes in-flight development work. | |
|
6 | ||
|
7 | .. warning:: | |
|
8 | ||
|
9 | Please do not edit this file by hand (doing so will likely cause merge | |
|
10 | conflicts for other Pull Requests). Instead, create a new file in the | |
|
11 | `docs/source/whatsnew/pr` folder | |
|
12 | ||
|
13 | 1 |
|
|
14 | 2 | =========== |
|
15 | 3 |
@@ -20,7 +20,7 b" archive = '%s:%s' % (archive_user, archive_dir)" | |||
|
20 | 20 | sdists = './setup.py sdist --formats=gztar' |
|
21 | 21 | # Binary dists |
|
22 | 22 | def buildwheels(): |
|
23 |
sh('python3 setupegg.py bdist_wheel' |
|
|
23 | sh('python3 setupegg.py bdist_wheel') | |
|
24 | 24 | |
|
25 | 25 | # Utility functions |
|
26 | 26 | def sh(cmd): |
General Comments 0
You need to be logged in to leave comments.
Login now