Skip to content

Commit eeb6eeb

Browse files
authored
Merge pull request #105 from uncovertruth/release/0.1.0
Bump version to 0.1.0
2 parents 3875bf2 + 8d61da7 commit eeb6eeb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
History
33
=======
44

5-
Not released
6-
------------
5+
0.1.0
6+
-----
77

8+
- Migrate installation to backend settings
89
- Support `exists` and `neexists` lookups
910

1011
0.0.1 - 0.0.2

lookup_extensions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """UNCOVER TRUTH Inc."""
44
__email__ = '[email protected]'
5-
__version__ = '0.0.2'
5+
__version__ = '0.1.0'
66

77
default_app_config = 'lookup_extensions.apps.LookupExtensionsConfig'

0 commit comments

Comments
 (0)