From e9c275fc55678f9d26f9ef61c26a687cea86dd3d Mon Sep 17 00:00:00 2001 From: Terumasa TADANO Date: Wed, 22 Jun 2022 23:31:25 +0900 Subject: [PATCH] Change version number --- ChangeLog.md | 7 +++++++ README.md | 2 +- docs/source/conf.py | 2 +- include/version.h | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f5e0c4e1..84e5736b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +# Ver. 1.4.1 (2022-06-22) + +## Fixes + +- Fix a bug in xml writer in the previous version + + # Ver. 1.4.0 (2022-06-21) ## New diff --git a/README.md b/README.md index 946fc1a3..e95a08dd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License][license-image]][license-url] [![Doc status][docs-image]][docs-url] -### Version 1.4.0 +### Version 1.4.1 ![alt ALAMODE](./docs/img/alamode.png) diff --git a/docs/source/conf.py b/docs/source/conf.py index e9b8dd82..73dc63e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.0' +release = '1.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/include/version.h b/include/version.h index 0fee59d3..8bdc0d39 100644 --- a/include/version.h +++ b/include/version.h @@ -12,4 +12,4 @@ #include -static const std::string ALAMODE_VERSION = "1.4.0"; +static const std::string ALAMODE_VERSION = "1.4.1";