Skip to content

Commit 4c8c88d

Browse files
committed
update pypi
1 parent 7c39ce2 commit 4c8c88d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ admin.py
7979
Changelist
8080
----------
8181

82+
0.3.4 - added licence and updated for python 3
8283
0.3.3 - fixed bug where inlines without inlines would cause an error

django_nested_inline.egg-info/PKG-INFO

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: django-nested-inline
3-
Version: 0.3.3
3+
Version: 0.3.4
44
Summary: Recursive nesting of inline forms for Django Admin
55
Home-page: https://github.com/s-block/django-nested-inline
66
Author: Josh Rowe
@@ -87,6 +87,7 @@ Description: django-nested-inline
8787
Changelist
8888
----------
8989

90+
0.3.4 - added licence and updated for python 3
9091
0.3.3 - fixed bug where inlines without inlines would cause an error
9192

9293
Platform: UNKNOWN

nested_inline/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (0, 3, 3)
1+
__version__ = (0, 3, 4)

0 commit comments

Comments
 (0)