From dcd81543e1952d2901cc8541cee63207bd4313b5 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Fri, 5 Jul 2019 19:52:38 -0700 Subject: [PATCH] Update version to 0.4.1 --- CHANGES.md | 7 ++++--- bfg9000/app_version.py | 2 +- doc/about/changes.md | 7 ++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 74cd9cddc..1046375c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,13 @@ # Changes -## v0.5.0 (in progress) +## v0.4.1 (2019-07-05) -No changes yet! +### Bug fixes +- Fix using semantic options in `global_options` --- -## v0.4.0 (2018-07-05) +## v0.4.0 (2019-07-05) ### New features - Compilers and linkers now support semantic options, abstracting away the diff --git a/bfg9000/app_version.py b/bfg9000/app_version.py index 764ba0efc..6730172fe 100644 --- a/bfg9000/app_version.py +++ b/bfg9000/app_version.py @@ -1 +1 @@ -version = '0.5.0.dev0' +version = '0.4.1' diff --git a/doc/about/changes.md b/doc/about/changes.md index 862efa6d4..7c6f88705 100644 --- a/doc/about/changes.md +++ b/doc/about/changes.md @@ -1,10 +1,11 @@ # Changes -## v0.5.0 -in progress +## v0.4.1 +2019-07-05 {: .subtitle} -No changes yet! +### Bug fixes +- Fix using semantic options in `global_options` ---