diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | docs/changelog.rst | 5 | ||||
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | pkg/next-version | 2 |
4 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 01e8776b..3bdf2009 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bitmask (0.10.6) unstable; urgency=medium + + * Update to 0.10.6 release. + + -- Kali Kaneko <kali@leap.se> Thu, 24 May 2018 01:54:34 +0200 + bitmask (0.10.5) unstable; urgency=medium * Update to 0.10.5 release. diff --git a/docs/changelog.rst b/docs/changelog.rst index 3da07285..997e0fd4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,10 +1,13 @@ Changelog ===================== -0.10.6 - `master`_ +0.10.7 - `master`_ ------------------------------- .. note:: This version is not yet released and is under active development. +0.10.6 +------------------------------- + Bugfixes ~~~~~~~~ - `#9278 <https://0xacab.org/leap/bitmask-dev/issues/9278>`_: Workaround for QtWebview bug causing a crash. diff --git a/docs/conf.py b/docs/conf.py index d2b5a1eb..dc1f55e1 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.3' +release = u'0.10.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pkg/next-version b/pkg/next-version index 69da6ebc..2d993c42 100644 --- a/pkg/next-version +++ b/pkg/next-version @@ -1 +1 @@ -0.10.6 +0.10.7 |