Skip to content

Commit 8b7aae0

Browse files
committed
bumping django to 2.2.21
Signed-off-by: vsoch <[email protected]>
1 parent 543d374 commit 8b7aae0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on Github.
1515

1616
## [0.0.x](https://github.com/vsoch/django-nginx-upload/tree/master) (0.0.x)
17+
- bump django version (0.0.13)
1718
- fixing urls to have correct slash parsing, adding instruction to README (0.0.12)
1819
- updating nginx version (0.0.11)
1920
- initial release (first verison released) (0.0.10)

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.13
1+
0.0.14

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
uwsgi
2-
Django==2.2.20
2+
Django==2.2.21
33
psycopg2-binary

0 commit comments

Comments
 (0)