Skip to content

Commit 9173bca

Browse files
committed
Preparing release: 0.4.2
1 parent aef098e commit 9173bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.4.2 (unreleased)
1+
0.4.2 (2020-05-16)
22
------------------
33

44
Bug Fixes

asv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# This __version__ assignment is parsed by setup.py; keep it in this form.
1111
# Development versions end with ".dev" (suffix is added below).
12-
__version__ = '0.4.2.dev'
12+
__version__ = '0.4.2'
1313
__release__ = not __version__.endswith(".dev")
1414

1515
try:

0 commit comments

Comments
 (0)