From 4558b502b99018e3b4346e09d2da31fb9dfcea40 Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 12 Sep 2016 00:44:58 +0200 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- ChangeLog.rst | 13 ++++++++++--- docs/conf.py | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53d2165..607e8b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (uts-server) include(ExternalProject) -set(VERSION 0.0.1) +set(VERSION 0.0.2) option(DEBUG "compile with debug symbol" OFF) option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF) diff --git a/ChangeLog.rst b/ChangeLog.rst index db53b9e..cff05db 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,10 +1,17 @@ Changelogs ========== +dev +--- + +0.0.2 +----- + +* [fix ] Fix loading of certificate in case of relative path + 0.0.1 ----- - * First version +* First version + -dev ---- diff --git a/docs/conf.py b/docs/conf.py index d185ecd..e2cf2f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2016, Pierre-Francois Carpentier' # # The short X.Y version. # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.