diff options
author | Kali Kaneko <kali@leap.se> | 2017-11-29 23:18:34 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-11-29 23:18:34 +0100 |
commit | 8ca08ce4aecea1d58d14252616ef35dba13afe8f (patch) | |
tree | 4890907e0a2ed89c282a85b536193904dd18ac4e | |
parent | 3173444ab9a10ec4228614492da3128abd46f408 (diff) |
[docs] update changelogtravis
-rw-r--r-- | docs/changelog.rst | 7 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 565469c0..20c6b7d6 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 7f32143c..d2b5a1eb 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. |