Skip to content

Commit

Permalink
[build] bump version number to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Jun 20, 2023
1 parent db59f0e commit 0d642a6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()

# ############
# Define Project
project(solid_dmft VERSION 3.1.4 LANGUAGES C CXX)
project(solid_dmft VERSION 3.1.5 LANGUAGES C CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

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

# Changelog

## Version 3.1.5

solid_dmft version 3.1.5 is a patch-release that improves / fixes the following issues:

* fix to charge-self-consistency with Vasp and QE
* feat add loc_n_min / max arg for cthyb
* fix simple Z estimate as linear fit
* adapt docker images for ubuntu 22.04

Contributors: Sophie Beck, Alberto Carta, Alexander Hampel, Max Merkel:

## Version 3.1.4

solid_dmft version 3.1.4 is a patch-release that improves / fixes the following issues:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'CMakeMake'

name = 'TRIQS-solid_dmft'
version = '3.1.4'
version = '3.1.5'
versionsuffix = '-Python-%(pyver)s'

homepage = 'https://triqs.github.io/solid_dmft/'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ where = ["python"]

[project]
name = "solid_dmft"
version = "3.1.4"
version = "3.1.5"
authors = [
{ name="Alexander Hampel", email="[email protected]" }
]
Expand Down

0 comments on commit 0d642a6

Please sign in to comment.