From 7bb06ab49fdfe7826b8ff740f463339a56aeebde Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Fri, 11 Jan 2019 14:12:08 -0800 Subject: [PATCH] Bump version, add changelog. --- CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ kolibri/__init__.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 131bb4957e1..98a1b5b1410 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,34 @@ Release Notes List of the most important changes for each release. +0.11.1 +------ + +Added +~~~~~ + + - Support for RTL EPubs + - Support for Python 3.7 + +Changed or fixed +~~~~~~~~~~~~~~~~ + + - Fullscreen renderer mode now works in Chrome 71 + - Account sign up now works when guest access is disabled + - Navigating in and out of exercise detail views is fixed + - Misleading exam submission modal text is now more accurate + - Browsing content tree in exam creation is now faster + - Unavailable content in coach reports is now viewable + - Content import errors are handled better + - Added command to restore availability of content after bad upgrade + +Internationalization and localization +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - Added Fufulde Mboroore + +See a `full list `__ of changes on Github + 0.11.0 ------ diff --git a/kolibri/__init__.py b/kolibri/__init__.py index d7de55cfab4..af68ccb824d 100755 --- a/kolibri/__init__.py +++ b/kolibri/__init__.py @@ -15,7 +15,7 @@ #: This may not be the exact version as it's subject to modification with #: get_version() - use ``kolibri.__version__`` for the exact version string. -VERSION = (0, 11, 1, 'beta', 0) +VERSION = (0, 11, 1, 'final', 0) __author__ = 'Learning Equality' __email__ = 'info@learningequality.org'