We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03ccf0 commit dad2b02Copy full SHA for dad2b02
README.md
@@ -211,6 +211,11 @@ progress is shown.
211
Release Notes
212
-------------
213
214
+### 1.3.0 (2021-08-29)
215
+
216
+- Improved style more closely matching the admin interface.
217
+- Support for translation.
218
219
### 1.2.1 (2021-08-18)
220
221
- Support for renaming files.
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='django-attach',
9
- version='1.2.1',
+ version='1.3.0',
10
packages=['django_attach'],
11
include_package_data=True,
12
license='BSD License',
0 commit comments