Skip to content

Commit

Permalink
[docs] Update changelog and bump version to 1.2.2
Browse files Browse the repository at this point in the history
onwards
  • Loading branch information
mtazzari committed Feb 28, 2020
1 parent 5d86bbf commit 5cc831b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.2.2 (2020-02-28)
++++++++++++++++++

- [core] Add support for Python 3.8
- [docs] Improved and expanded explanations in quickstart example.


1.2.1 (2018-11-01)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

cmake_minimum_required(VERSION 3.0)
project(galario)
set(PACKAGE_VERSION "'1.2'")
set(PACKAGE_VERSION "'1.2.2'")

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
Expand Down

0 comments on commit 5cc831b

Please sign in to comment.