From e7d3ba4b57611bfdf4595b3144f6b2a2a20c0bd3 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Fri, 26 May 2023 16:25:02 -0700 Subject: [PATCH] Update version to v0.7.1 --- CHANGES.md | 2 +- bfg9000/app_version.py | 2 +- doc/about/changes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 433abcc2..9a48a5e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## v0.7.1 (in progress) +## v0.7.1 (2023-05-26) ### Bug fixes - When using the `PKG_CONFIG_PATH` specified by mopack, add it to any existing diff --git a/bfg9000/app_version.py b/bfg9000/app_version.py index ebaa6c76..104c9df5 100644 --- a/bfg9000/app_version.py +++ b/bfg9000/app_version.py @@ -1 +1 @@ -version = '0.7.1.dev0' +version = '0.7.1' diff --git a/doc/about/changes.md b/doc/about/changes.md index 70f96a85..c0ee0b0f 100644 --- a/doc/about/changes.md +++ b/doc/about/changes.md @@ -1,7 +1,7 @@ # Changes ## v0.7.1 -in progress +2023-05-26 {: .subtitle} ### Bug fixes