Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Version bumped to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
votca-bot committed Aug 22, 2020
1 parent 88e3daf commit 89d219b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
For more detailed information about the changes see the history of the
[repository](https://github.com/votca/csg/commits/master).

## Version 1.6.2 (released XX.07.20)
## Version 1.6.2 (released 22.08.20)
* move CI to GitHub Actions (#563, #567, #569)
* add max scaling parameter to pressure correction (#565)
* fix test dependencies for parallel ctest (#573)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

project(votca-csg)

set(PROJECT_VERSION "1.6.1")
set(PROJECT_VERSION "1.6.2")
set(PROJECT_CONTACT "bugs@votca.org")
string(REGEX REPLACE "^[1-9]+\\.([1-9]+).*$" "\\1" SOVERSION "${PROJECT_VERSION}")
if (NOT ${SOVERSION} MATCHES "[1-9]+")
Expand Down

0 comments on commit 89d219b

Please sign in to comment.