diff --git a/.circleci/config.yml b/.circleci/config.yml index ad93ea0..b7316d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ defaults: &DEFAULT working_directory: /home/circleci/xblock-html docker: - - image: circleci/python:3.5 + - image: circleci/python:3.8 version: 2 diff --git a/README.md b/README.md index 447426d..5f2aa99 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pip install https://github.com/open-craft/xblock-html-completable ``` You may specify the `-e` flag if you intend to develop on the repo. -Note that as of version 1.0.0, Python 2.7 is no longer supported. The current minimum Python version is 3.5. +Note that as of version 1.0.0, Python 2.7 is no longer supported. The current minimum Python version is 3.8. To enable this block type, add `completable_html5` to course's advanced module list. diff --git a/setup.py b/setup.py index dbb6b09..710d861 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def package_data(pkg, roots): setup( name='completable-html-xblock', - version='1.0.0', + version='1.1.0', description='HTML XBlock will help creating and using a secure, easy-to-use and completable HTML blocks', license='AGPL v3', packages=[ @@ -32,7 +32,7 @@ def package_data(pkg, roots): install_requires=[ 'XBlock', 'bleach', - 'html-xblock~=1.0.0', + 'html-xblock~=1.1.0', ], entry_points={ 'xblock.v1': [