diff --git a/.gitignore b/.gitignore index 9d0cdf9..2e2d773 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,9 @@ dmypy.json # Pytype .pytype/ + +# Pycharm +.idea/ + +# Visual Studio Code +.vscode/ diff --git a/pyproject.toml b/pyproject.toml index 97108a8..37c299b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-sorting-bootstrap" -version = "2.4.2" +version = "2.4.3" description = "Sorting templates API using sorting, Django templatetags and Bootstrap classes." authors = ["Thiago Carvalho D'Ávila "] license = "MIT"