diff --git a/CHANGELOG.md b/CHANGELOG.md index ea515d0c9..40b050149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), with exception of a "0." prefix until version 1 is released. -## [next] - YYYY-MM-DD +## [0.15.0] - 2021-03-23 ### Added diff --git a/HOWTO-UPGRADE.md b/HOWTO-UPGRADE.md index c1b876427..60518befb 100644 --- a/HOWTO-UPGRADE.md +++ b/HOWTO-UPGRADE.md @@ -1,6 +1,6 @@ Describes how to upgrade test cases to one version from the preceding version. -# [next] +# [0.15.0] ## Instruction `dir` - Fails if the directory already exists diff --git a/README.rst b/README.rst index 105060cef..bd66127b8 100644 --- a/README.rst +++ b/README.rst @@ -17,9 +17,7 @@ Supports execution of arbitrary programs, as well as checking their result. Exactly has a built in help system, which can, among other things, generate this `Reference Manual -`_ -(`unreleased -`_). +`_. .. contents:: diff --git a/src/exactly_lib/program_info.py b/src/exactly_lib/program_info.py index ec8c092c8..c77798aad 100644 --- a/src/exactly_lib/program_info.py +++ b/src/exactly_lib/program_info.py @@ -1,6 +1,6 @@ PROGRAM_NAME = 'exactly' -VERSION = '0.14.1' +VERSION = '0.15.0' PYTHON_VERSION__MIN = '3.6'