Skip to content

Commit

Permalink
West v0.5.4
Browse files Browse the repository at this point in the history
I screwed up the 0.5.3 upload to PyPI. Then I tried to delete it and
re-upload. This turns out to be impossible -- file names can't be
reused even if the package has been deleted.

So 0.5.3 is the point release that never was, unfortunately. 0.5.4
will be the same, but with a different number. Fun times / whoops.

Signed-off-by: Marti Bolivar <[email protected]>
  • Loading branch information
Marti Bolivar authored and carlescufi committed Feb 13, 2019
1 parent a341db3 commit 5d30c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/west/_bootstrap/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 2,4 @@
#
# This is the Python 3 version of option 3 in:
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
__version__ = '0.5.3'
__version__ = '0.5.4'

0 comments on commit 5d30c9c

Please sign in to comment.