From f1cd18b1a066e78d6ad048d6bcaeaf009cf11157 Mon Sep 17 00:00:00 2001 From: Milan Skocic Date: Wed, 17 Jul 2024 00:33:34 -0400 Subject: [PATCH] Prepare new release: 1.2.1. --- CHANGELOG.md | 2 +- VERSION | 2 +- py/VERSION | 2 +- src/codata_version.f90 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a71d9..87f1e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 1.3.0 - Not released +# Version 1.2.1 * Fix conflict that could occur with C API modules. Add prefix in module names. * Cleanup and refractoring. diff --git a/VERSION b/VERSION index f0bb29e..6085e94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.2.1 diff --git a/py/VERSION b/py/VERSION index f0bb29e..6085e94 100644 --- a/py/VERSION +++ b/py/VERSION @@ -1 +1 @@ -1.3.0 +1.2.1 diff --git a/src/codata_version.f90 b/src/codata_version.f90 index 66ff9f9..b268b79 100644 --- a/src/codata_version.f90 +++ b/src/codata_version.f90 @@ -4,7 +4,7 @@ module codata__version implicit none private -character(len=*), parameter :: version = "1.3.0" +character(len=*), parameter :: version = "1.2.1" character(len=:), allocatable, target :: version_f public :: get_version