Skip to content
Snippets Groups Projects
Verified Commit 86d35ba4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Bump version

parent 6fd80f14
No related branches found
Tags 0.2.1
No related merge requests found
...@@ -11,7 +11,7 @@ tests = ["pytest", "pytest-asyncio"] ...@@ -11,7 +11,7 @@ tests = ["pytest", "pytest-asyncio"]
[[package]] [[package]]
name = "django" name = "django"
version = "3.1.5" version = "3.1.6"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main" category = "main"
optional = false optional = false
...@@ -28,7 +28,7 @@ bcrypt = ["bcrypt"] ...@@ -28,7 +28,7 @@ bcrypt = ["bcrypt"]
[[package]] [[package]]
name = "pytz" name = "pytz"
version = "2020.5" version = "2021.1"
description = "World timezone definitions, modern and historical" description = "World timezone definitions, modern and historical"
category = "main" category = "main"
optional = false optional = false
...@@ -44,8 +44,8 @@ python-versions = ">=3.5" ...@@ -44,8 +44,8 @@ python-versions = ">=3.5"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8.6" python-versions = "^3.7"
content-hash = "fb2e8e04534e05f62b1447feca93b98e81d22a72ddb0129ef480ece1dfea075a" content-hash = "4fdab9852d4bdfc91e2cf5db5e1a24cc36346f008efeda6517ce4c60f1bbb1c2"
[metadata.files] [metadata.files]
asgiref = [ asgiref = [
...@@ -53,12 +53,12 @@ asgiref = [ ...@@ -53,12 +53,12 @@ asgiref = [
{file = "asgiref-3.3.1.tar.gz", hash = "sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0"}, {file = "asgiref-3.3.1.tar.gz", hash = "sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0"},
] ]
django = [ django = [
{file = "Django-3.1.5-py3-none-any.whl", hash = "sha256:efa2ab96b33b20c2182db93147a0c3cd7769d418926f9e9f140a60dca7c64ca9"}, {file = "Django-3.1.6-py3-none-any.whl", hash = "sha256:169e2e7b4839a7910b393eec127fd7cbae62e80fa55f89c6510426abf673fe5f"},
{file = "Django-3.1.5.tar.gz", hash = "sha256:2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7"}, {file = "Django-3.1.6.tar.gz", hash = "sha256:c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba7"},
] ]
pytz = [ pytz = [
{file = "pytz-2020.5-py2.py3-none-any.whl", hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4"}, {file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"},
{file = "pytz-2020.5.tar.gz", hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"}, {file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"},
] ]
sqlparse = [ sqlparse = [
{file = "sqlparse-0.4.1-py3-none-any.whl", hash = "sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0"}, {file = "sqlparse-0.4.1-py3-none-any.whl", hash = "sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0"},
......
[tool.poetry] [tool.poetry]
name = "django-split-input" name = "django-split-input"
version = "0.2.0" version = "0.2.1"
description = "A widget to have a django text input split into multiple HTML inputs." description = "A widget to have a django text input split into multiple HTML inputs."
authors = ["Julian Leucker <leuckerj@gmail.com>"] authors = ["Julian Leucker <leuckerj@gmail.com>"]
readme = "README.md" readme = "README.md"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment