Changes: document 3.2.7 hotfix

This commit is contained in:
Adriaan de Groot 2019-04-27 11:03:09 -04:00
parent ca3110d429
commit cdcd45900b
2 changed files with 5 additions and 7 deletions

10
CHANGES
View File

@ -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 changelog -- this log starts with version 3.2.0. The release notes on the
website will have to do for older versions. 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): This is a **hotfix** release for regressions introduced in the
Python modules. The *localecfg* module was unusable because of
## Core ## a missing `import`.
## Modules ##
# 3.2.6 (2019-04-25) # # 3.2.6 (2019-04-25) #

View File

@ -37,7 +37,7 @@
cmake_minimum_required( VERSION 3.2 FATAL_ERROR ) cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
project( CALAMARES project( CALAMARES
VERSION 3.2.6 VERSION 3.2.7
LANGUAGES C CXX ) LANGUAGES C CXX )
set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development