Skip to content

Commit

Permalink
[build] version number to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 15, 2024
1 parent e185618 commit 5a6299a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmake_policy(VERSION 3.20)

# ############
# Define Project
project(solid_dmft VERSION 3.2.2 LANGUAGES C CXX)
project(solid_dmft VERSION 3.2.3 LANGUAGES C CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

# ############
Expand Down
6 changes: 6 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Changelog

## Version 3.2.3

solid_dmft version 3.2.3 is a small extra bugfix correcting the following error:

* draw coloarbar only once in kslices


## Version 3.2.2
solid_dmft version 3.2.2 is a minor release that fixes bugs in the post-processing routines and brings small new improvements:
Expand Down

0 comments on commit 5a6299a

Please sign in to comment.