Skip to content

Commit

Permalink
Fix versioneer, release v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jun 1, 2018
1 parent a3cf251 commit 1c9b4b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
17 changes: 1 addition & 16 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,9 @@ What's New
- `Python 3 Statement <http://www.python3statement.org/>`__
- `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html>`__


.. _whats-new.0.10.6:

v0.10.6 (unreleased)
--------------------

Documentation
~~~~~~~~~~~~~

Enhancements
~~~~~~~~~~~~

Bug fixes
~~~~~~~~~

.. _whats-new.0.10.5:

v0.10.5 (31 May 2018)
v0.10.6 (31 May 2018)
---------------------

The minor release includes a number of bug-fixes and backwards compatible
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ VCS = git
style = pep440
versionfile_source = xarray/_version.py
versionfile_build = xarray/_version.py
tag_prefix =
tag_prefix = v
parentdir_prefix = xarray-

[aliases]
Expand Down
2 changes: 1 addition & 1 deletion xarray/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = ""
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "xarray-"
cfg.versionfile_source = "xarray/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit 1c9b4b2

Please sign in to comment.