From 8ca08ce4aecea1d58d14252616ef35dba13afe8f Mon Sep 17 00:00:00 2001
From: Kali Kaneko <kali@leap.se>
Date: Wed, 29 Nov 2017 23:18:34 +0100
Subject: [PATCH] [docs] update changelog

---
 docs/changelog.rst | 7 ++++++-
 docs/conf.py       | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/changelog.rst b/docs/changelog.rst
index 565469c07..20c6b7d64 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -6,9 +6,14 @@ Changelog
 .. note:: This version is not yet released and is under active development.
 
 Features
-________
+~~~~~~~~
 - Set a windows title, so that Bitmask windows can be programmatically manipulated.
 
+Misc
+~~~~
+- Configure travis build for OSX.
+- Add tox to the docker image; install it on every job.
+
 0.10.2
 -------------------------------
 
diff --git a/docs/conf.py b/docs/conf.py
index 7f32143c2..d2b5a1ebe 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,7 +61,7 @@ author = u'LEAP Encryption Access Project'
 # The short X.Y version.
 version = u'0.10'
 # The full version, including alpha/beta/rc tags.
-release = u'0.10.0'
+release = u'0.10.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-- 
GitLab