Skip to content

Commit 8ae2da1

Browse files
committed
Version 3.0.0
1 parent 895c0a2 commit 8ae2da1

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Writing the same code with `django-vanilla-views`, you'd instead arrive at a sim
9090

9191
## Requirements
9292

93-
* **Django**: 1.11, 2.0, 2.1, 3.0, 3.1, 3.2
93+
* **Django**: 2.2, 3.0, 3.1, 3.2
9494
* **Python**: 3.6, 3.7, 3.8, 3.9
9595

9696
## Installation

docs/topics/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ You can determine your currently installed version using `pip freeze`:
2626

2727
---
2828

29-
## Pending
29+
## 3.0.0
30+
31+
**Released**: 9th May 2021
3032

3133
* Support Django 3.2.
3234
* Drop support for Django 1.11, 2.0, and 2.1.

vanilla/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
from vanilla.views import FormView, GenericView, TemplateView
1212

13-
__version__ = "2.0.0"
13+
__version__ = "3.0.0"
1414
__all__ = (
1515
"View",
1616
"GenericView",

0 commit comments

Comments
 (0)