Skip to content

Commit

Permalink
chore: Bump version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qcoumes committed Apr 22, 2024
1 parent d174a82 commit 88bb79b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_opensearch_dsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .documents import Document # noqa
from .fields import * # noqa

__version__ = "0.6.1"
__version__ = "0.6.2"


def autodiscover():
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.6.2 (2024-04-23)

* Fix `CelerySignalProcessor` previously using `RealTimeSignalProcessor`'s method due to wrong indentation ([#66](https://github.com/Codoc-os/django-opensearch-dsl/pull/66)),
Contributed by [jlariza](https://github.com/jlariza).

### 0.6.1 (2024-04-13)

* Multiple fixes to `CelerySignalProcessor` ([#62](https://github.com/Codoc-os/django-opensearch-dsl/pull/63)),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='django-opensearch-dsl',
version='0.6.1',
version='0.6.2',
description="""Wrapper around opensearch-py for django models""",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 88bb79b

Please sign in to comment.