We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3875bf2 + 8d61da7 commit eeb6eebCopy full SHA for eeb6eeb
2 files changed
HISTORY.rst
@@ -2,9 +2,10 @@
2
History
3
=======
4
5
-Not released
6
-------------
+0.1.0
+-----
7
8
+- Migrate installation to backend settings
9
- Support `exists` and `neexists` lookups
10
11
0.0.1 - 0.0.2
lookup_extensions/__init__.py
@@ -2,6 +2,6 @@
__author__ = """UNCOVER TRUTH Inc."""
__email__ = 'develop@uncovertruth.co.jp'
-__version__ = '0.0.2'
+__version__ = '0.1.0'
default_app_config = 'lookup_extensions.apps.LookupExtensionsConfig'
0 commit comments