Skip to content

Commit f1ccc47

Browse files
committed
Release v3.3.2 [ci skip]
1 parent 9e4f128 commit f1ccc47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
**3.3.2 (unreleased)**
4+
**3.3.2 (Jun 11, 2020)**
55

66
* Fixed: Resolved sporadic MediaOrderConflictWarning issues on Django 2.2
77
Fixes `#141`_.

nested_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import django.forms.formsets
1616
import monkeybiz
1717

18-
__version__ = '3.3.1'
18+
__version__ = '3.3.2'
1919

2020
# import mapping to objects in other modules
2121
all_by_module = {

0 commit comments

Comments
 (0)