Skip to content

Commit 578bf23

Browse files
committed
chore: bump version to 0.3.0
1 parent 04775e3 commit 578bf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_rls/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version info for django-rls package
22
# This file is automatically updated by the release workflow
33

4-
__version__ = "0.2.0"
4+
__version__ = "0.3.0"
55
__version_info__ = tuple(int(x) for x in __version__.split('.'))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-rls"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "PostgreSQL Row Level Security (RLS) for Django applications"
55
authors = ["Kuldeep Pisda <kdpisda@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)