From a0d1c80fabf6394e2a8fe2d8eed426c68b7fe319 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Mon, 3 Sep 2018 21:43:57 +0200
Subject: [PATCH] Release 0.2.0

- Connectivity uses a CRS approach
- Definition of sub item values per items is generically available
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0bb23d5a1..341828ab7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ include(CheckNotInSources)
 #------------------------------------------------------
 
 project (Pastis
-  VERSION 0.1.0)
+  VERSION 0.2.0)
 
 #------------------------------------------------------
 
-- 
GitLab