Skip to content

Commit fd84f5f

Browse files
committed
bump to version 1.4.2
1 parent 28532b9 commit fd84f5f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020
| Álvaro Mondéjar | [@mondeja]( https://github.com/mondeja ) |
2121
| Martín | [@MartinCura]( https://github.com/MartinCura ) |
2222
| Joshua Cender | [@sixthgear]( https://github.com/sixthgear ) |
23+
| Javier Matos Odut | [@javiermatos]( https://github.com/javiermatos )

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 1.4.2 (2020-12-08)
4+
5+
- Adjust template to better match django style
6+
37
## 1.4.1 (2020-12-08)
48

59
- Allow submitting empty array field
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.4.1"
1+
__version__ = "1.4.2"
22

33
default_app_config = "django_better_admin_arrayfield.apps.DjangoBetterAdminArrayfieldConfig"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.1
2+
current_version = 1.4.2
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)