Changes: document 3.2.7 hotfix
This commit is contained in:
parent
ca3110d429
commit
cdcd45900b
10
CHANGES
10
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) #
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user