summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES10
-rw-r--r--CMakeLists.txt2
2 files changed, 5 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index daeda581a..80e367cd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,13 +3,11 @@ contributors are listed. Note that Calamares does not have a historical
changelog -- this log starts with version 3.2.0. The release notes on the
website will have to do for older versions.
-# 3.2.7 (unreleased) #
+# 3.2.7 (2019-04-27) #
-This release contains contributions from (alphabetically by first name):
-
-## Core ##
-
-## Modules ##
+This is a **hotfix** release for regressions introduced in the
+Python modules. The *localecfg* module was unusable because of
+a missing `import`.
# 3.2.6 (2019-04-25) #
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eea2a27cf..6ed2c4e90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@
cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
project( CALAMARES
- VERSION 3.2.6
+ VERSION 3.2.7
LANGUAGES C CXX )
set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development