Skip to content

Commit

Permalink
Prepare for 0.5.1 release (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored Feb 6, 2022
1 parent 08f9150 commit 516e283
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.5.1 (2021-02-06)
------------------

Bug Fixes
^^^^^^^^^
- Packaging ``requirements-dev.txt`` file, used in ``setup.py``. (#1013)

0.5 (2021-02-05)
----------------

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.5"
__version__ = "0.5.1"
__release__ = not __version__.endswith(".dev")

try:
Expand Down

0 comments on commit 516e283

Please sign in to comment.