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

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 3 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """UNCOVER TRUTH Inc."""
44
__email__ = 'develop@uncovertruth.co.jp'
5-
__version__ = '0.0.2'
5+
__version__ = '0.1.0'
66

77
default_app_config = 'lookup_extensions.apps.LookupExtensionsConfig'

0 commit comments

Comments
 (0)