Skip to content

Commit 6be390e

Browse files
committed
chore: review
1 parent 2fb46ff commit 6be390e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 🧭 What and Why
22

3-
🎟 JIRA Ticket:
3+
🎟 Related Issue:
44

55
### Changes included:
66

MAINTAINERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## `algolia/algoliasearch-django` maintainers
22

3-
| Name | Email |
4-
|-----------------|---------------------|
5-
| Algolia | [email protected] |
3+
| Name | Email |
4+
|-----------------|------------------------|
5+
| Algolia | https://alg.li/support |

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from setuptools import setup
77
from setuptools import find_packages
8+
from algoliasearch_django.version import VERSION
89

910

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

3132
setup(
3233
name="algoliasearch-django",
33-
version="4.0.0",
34+
version=VERSION,
3435
license="MIT License",
3536
packages=find_packages(exclude=["tests"]),
3637
install_requires=["django>=4.0"],

0 commit comments

Comments
 (0)