We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543d374 commit 8b7aae0Copy full SHA for 8b7aae0
CHANGELOG.md
@@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
14
The versions coincide with releases on Github.
15
16
## [0.0.x](https://github.com/vsoch/django-nginx-upload/tree/master) (0.0.x)
17
+ - bump django version (0.0.13)
18
- fixing urls to have correct slash parsing, adding instruction to README (0.0.12)
19
- updating nginx version (0.0.11)
20
- initial release (first verison released) (0.0.10)
VERSION
@@ -1 +1 @@
1
-0.0.13
+0.0.14
requirements.txt
@@ -1,3 +1,3 @@
uwsgi
2
-Django==2.2.20
+Django==2.2.21
3
psycopg2-binary
0 commit comments