Skip to content

Commit

Permalink
Preparing release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed May 30, 2019
1 parent 6534e79 commit 49fc2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4.1 (unreleased)
0.4.1 (2019-05-30)
------------------

- Change wheel installation default command to chdir away from build directory
Expand Down
2 changes: 1 addition & 1 deletion asv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# This __version__ assignment is parsed by setup.py; keep it in this form.
# Development versions end with ".dev" (suffix is added below).
__version__ = '0.4.1.dev'
__version__ = '0.4.1'
__release__ = not __version__.endswith(".dev")

try:
Expand Down

0 comments on commit 49fc2e4

Please sign in to comment.