From 1bd7122c6ce58daaf6bfb5af1709d7a480f778fc Mon Sep 17 00:00:00 2001 From: Dmitriy Sintsov Date: Wed, 23 Mar 2022 13:33:55 +0300 Subject: [PATCH] Updated package version in README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -----------