diff --git a/README.rst b/README.rst index bd4fac4..f12ca80 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ django-deno .. _SystemJS: https://github.com/systemjs/systemjs .. _terser: https://terser.org -`Deno`_ front-end integration for `Django`_, version 0.1.0. +`Deno`_ front-end integration for `Django`_, version 0.1.1. * Currently only `drollup`_ / `terser`_ are supported, the deno server may be extended to support any of deno api, if applicable. @@ -66,7 +66,7 @@ To install the development version of ``django_deno`` in python3 ``virtualenv``: To install the stable version of ``django_deno`` in python3 ``virtualenv``:: - python -m pip install -U git+https://github.com/Dmitri-Sintsov/django-deno.git@v0.1.0 + python -m pip install -U git+https://github.com/Dmitri-Sintsov/django-deno.git@v0.1.1 Description -----------