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