We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04775e3 commit 578bf23Copy full SHA for 578bf23
django_rls/__version__.py
@@ -1,5 +1,5 @@
1
# Version info for django-rls package
2
# This file is automatically updated by the release workflow
3
4
-__version__ = "0.2.0"
+__version__ = "0.3.0"
5
__version_info__ = tuple(int(x) for x in __version__.split('.'))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-rls"
-version = "0.2.0"
+version = "0.3.0"
description = "PostgreSQL Row Level Security (RLS) for Django applications"
authors = ["Kuldeep Pisda <kdpisda@gmail.com>"]
6
readme = "README.md"
0 commit comments