Skip to content

Commit

Permalink
Add py.typed marker (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x416E64 authored and hugorodgerbrown committed Nov 25, 2023
1 parent e27e65e commit 6c346fd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 311 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## v8.5.2

- Add py.typed typing marker (h/t @0x416E64)

## v8.5.1

- Add support for db alias
- Add "include_source" setting (default: True)
- Add Django 5.0 to build matrix

## v8.4

- Adds "fields" to the stored hits JSON (if present) [#72]
Expand Down
309 changes: 0 additions & 309 deletions README.rst

This file was deleted.

Empty file added elasticsearch_django/py.typed
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "elasticsearch-django"
version = "8.5.1"
version = "8.5.2"
description = "Elasticsearch Django app."
license = "MIT"
authors = ["YunoJuno <code@yunojuno.com>"]
maintainers = ["YunoJuno <code@yunojuno.com>"]
readme = "README.rst"
readme = "README.md"
homepage = "https://github.com/yunojuno/elasticsearch-django"
repository = "https://github.com/yunojuno/elasticsearch-django"
classifiers = [
Expand Down

0 comments on commit 6c346fd

Please sign in to comment.