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.