From d48d8989f1a254403a63c9257f9cbed6bc77754c Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sun, 6 Feb 2022 22:41:13 +0100 Subject: [PATCH] Post 0.5.1 release changes (version update and new version changelog) (#1016) --- CHANGES.rst | 15 +++++++++++++++ asv/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c2b5b8ddc..dcfcdbae2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +0.6 (TBD) +--------- + +New Features +^^^^^^^^^^^^ + +API Changes +^^^^^^^^^^^ + +Bug Fixes +^^^^^^^^^ + +Other Changes and Additions +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + 0.5.1 (2021-02-06) ------------------ diff --git a/asv/__init__.py b/asv/__init__.py index f1cf0e893..2f8edcda6 100644 --- a/asv/__init__.py +++ b/asv/__init__.py @@ -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.1" +__version__ = "0.6.dev" __release__ = not __version__.endswith(".dev") try: