From a411db3f64077071dbfa7f1490ad4624cca6751e Mon Sep 17 00:00:00 2001 From: Richard Terry Date: Mon, 10 Feb 2020 21:07:35 +0000 Subject: [PATCH] Version 0.0.3 --- docs/upgrading.rst | 6 ++++++ fastview/__init__.py | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 1ac2580..3ea50be 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -43,6 +43,12 @@ are available by installing the master branch from github (see :ref:`installation_instructions` for details). +0.0.3, 2020-02-10 +----------------- + +Adds inline formset support + + 0.0.2, 2020-01-01 ----------------- diff --git a/fastview/__init__.py b/fastview/__init__.py index a58e1f3..84f2709 100644 --- a/fastview/__init__.py +++ b/fastview/__init__.py @@ -1,4 +1,4 @@ """ Manage top-level imports """ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/package.json b/package.json index c89af63..29cdbae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django_fastview", - "version": "0.0.2", + "version": "0.0.3", "description": "JavaScript resources for Django Fastview", "homepage": "http://radiac.net/projects/django-fastview/", "repository": {