Skip to content

Commit

Permalink
Merge pull request #6 from Siege-Software/first-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
EricOuma authored Sep 10, 2023
2 parents f48c239 + a975aac commit 079c994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions django_typesense/__init__.py
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
__version__ = "0.1.0"

# import django
# from pathlib import Path
# from django.conf import settings


# BASE_DIR = Path(__file__).resolve().parent.parent
# INSTALLED_APPS = ["django_typesense"]
#
# TYPESENSE = {
# "nodes": [{"host": env('TYPESENSE_HOST'), "port": env('TYPESENSE_PORT'), "protocol": env('TYPESENSE_PROTOCOL')}],
# 'api_key': env('TYPESENSE_API_KEY'),
# 'connection_timeout_seconds': 2
# }
#
# settings.configure(INSTALLED_APPS=INSTALLED_APPS, TYPESENSE=TYPESENSE)

# django.setup()
__version__ = "0.1.1-alpha"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="django_typesense",
author="Siege Software",
author_email="[email protected]",
version="0.0.1",
version="0.1.1-alpha",
install_requires=[
"django",
"typesense",
Expand Down

0 comments on commit 079c994

Please sign in to comment.