diff options
author | Peter Stadler <peter.stadler@student.uibk.ac.at> | 2020-05-25 23:06:19 +0200 |
---|---|---|
committer | Peter Stadler <peter.stadler@student.uibk.ac.at> | 2020-05-25 23:56:45 +0200 |
commit | dd7f2ee69515711fcb5edba901bde70d84c3454f (patch) | |
tree | 4e9b4444a7f71dbc0d80827f085ba2292e347cd7 /lang/python | |
parent | 295d77943cd8ddb1b6eb73e900d5b5221ab138e7 (diff) |
python3-django-cors-headers: update version to 3.3.0
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python3-django-cors-headers/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python3-django-cors-headers/Makefile b/lang/python/python3-django-cors-headers/Makefile index 1279516a0..73a2cc54e 100644 --- a/lang/python/python3-django-cors-headers/Makefile +++ b/lang/python/python3-django-cors-headers/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-cors-headers -PKG_VERSION:=3.2.1 -PKG_RELEASE:=3 +PKG_VERSION:=3.3.0 +PKG_RELEASE:=1 PYPI_NAME:=django-cors-headers -PKG_HASH:=a5960addecc04527ab26617e51b8ed42f0adab4594b24bb0f3c33e2bd3857c3f +PKG_HASH:=73d654950b5f5e7e4f67c05183d2169d4f7518ceb87734eb0d68f9e43be59f1c PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |