Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Nov 27, 2024
1 parent 2fb46ff commit 6be390e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 🧭 What and Why

🎟 JIRA Ticket:
🎟 Related Issue:

### Changes included:

Expand Down
6 changes: 3 additions & 3 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## `algolia/algoliasearch-django` maintainers

| Name | Email |
|-----------------|---------------------|
| Algolia | [email protected] |
| Name | Email |
|-----------------|------------------------|
| Algolia | https://alg.li/support |
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from setuptools import setup
from setuptools import find_packages
from algoliasearch_django.version import VERSION


# Allow setup.py to be run from any path
Expand All @@ -30,7 +31,7 @@

setup(
name="algoliasearch-django",
version="4.0.0",
version=VERSION,
license="MIT License",
packages=find_packages(exclude=["tests"]),
install_requires=["django>=4.0"],
Expand Down

0 comments on commit 6be390e

Please sign in to comment.