File tree 3 files changed +3
-18
lines changed
3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,9 @@ What's New
25
25
- `Python 3 Statement <http://www.python3statement.org/ >`__
26
26
- `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html >`__
27
27
28
-
29
28
.. _whats-new.0.10.6 :
30
29
31
- v0.10.6 (unreleased)
32
- --------------------
33
-
34
- Documentation
35
- ~~~~~~~~~~~~~
36
-
37
- Enhancements
38
- ~~~~~~~~~~~~
39
-
40
- Bug fixes
41
- ~~~~~~~~~
42
-
43
- .. _whats-new.0.10.5 :
44
-
45
- v0.10.5 (31 May 2018)
30
+ v0.10.6 (31 May 2018)
46
31
---------------------
47
32
48
33
The minor release includes a number of bug-fixes and backwards compatible
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ VCS = git
22
22
style = pep440
23
23
versionfile_source = xarray/_version.py
24
24
versionfile_build = xarray/_version.py
25
- tag_prefix =
25
+ tag_prefix = v
26
26
parentdir_prefix = xarray-
27
27
28
28
[aliases]
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def get_config():
41
41
cfg = VersioneerConfig ()
42
42
cfg .VCS = "git"
43
43
cfg .style = "pep440"
44
- cfg .tag_prefix = ""
44
+ cfg .tag_prefix = "v "
45
45
cfg .parentdir_prefix = "xarray-"
46
46
cfg .versionfile_source = "xarray/_version.py"
47
47
cfg .verbose = False
You can’t perform that action at this time.
0 commit comments