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 80721c4 commit 7c230c3Copy full SHA for 7c230c3
flipt/__init__.py
@@ -1,2 +1,2 @@
1
"""Flipt integration for Django and Django REST Framework"""
2
-__version__ = '0.2.1'
+__version__ = '0.2.2'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-flipt"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "Flipt Integration for Django and Django REST Framework"
5
authors = ["Preeti Yuankrathok <preetisatit@gmail.com>"]
6
license = "MIT"
0 commit comments