We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611a654 commit d963f5aCopy full SHA for d963f5a
README.md
@@ -183,6 +183,11 @@ progress is shown.
183
Release Notes
184
-------------
185
186
+### 1.2.0 (2021-08-18)
187
+
188
+- Support for renaming files.
189
+- Fixed uploading of files on new model instances
190
191
### 1.1.0 (2021-08-14)
192
193
- Revert button.
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='django-attach',
9
- version='1.1.0',
+ version='1.2.0',
10
packages=['django_attach'],
11
include_package_data=True,
12
license='BSD License',
0 commit comments