diff options
Diffstat (limited to 'docs')
-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. |