Skip to content

Commit

Permalink
Preparing release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Sep 9, 2018
1 parent 233122c commit e0fa054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.3rc1 (unreleased)
------------------
0.3 (2018-09-09)
----------------

Major release with several new features.

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.3rc1.dev'
__version__ = '0.3'
__release__ = not __version__.endswith(".dev")

try:
Expand Down

0 comments on commit e0fa054

Please sign in to comment.