Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 15, 2024
1 parent bc667eb commit c4e7851
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ CHANGELOG

.. towncrier release notes start
4.1.0 (2024-03-15)
==================

Features
--------

- Support python 3.12 (`#609 <https://github.com/ClearcodeHQ/pytest-elasticsearch/issues/609>`__)


Miscellaneus
------------

- `#582 <https://github.com/ClearcodeHQ/pytest-elasticsearch/issues/582>`__, `#585 <https://github.com/ClearcodeHQ/pytest-elasticsearch/issues/585>`__, `#610 <https://github.com/ClearcodeHQ/pytest-elasticsearch/issues/610>`__, `#611 <https://github.com/ClearcodeHQ/pytest-elasticsearch/issues/611>`__, `#612 <https://github.com/ClearcodeHQ/pytest-elasticsearch/issues/612>`__


4.0.2 (2023-09-13)
==================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/582.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/585.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/609.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/610.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/611.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/612.misc.rst

This file was deleted.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest-elasticsearch"
version = "4.0.2"
version = "4.1.0"
description = "Elasticsearch fixtures and fixture factories for Pytest."
readme = "README.rst"
keywords = ["tests", "pytest", "fixture", "elasticsearch"]
Expand Down Expand Up @@ -38,7 +38,7 @@ requires-python = ">= 3.8"
[project.urls]
"Source" = "https://github.com/ClearcodeHQ/pytest-elasticsearch"
"Bug Tracker" = "https://github.com/ClearcodeHQ/pytest-elasticsearch/issues"
"Changelog" = "https://github.com/ClearcodeHQ/pytest-elasticsearch/blob/v4.0.2/CHANGES.rst"
"Changelog" = "https://github.com/ClearcodeHQ/pytest-elasticsearch/blob/v4.1.0/CHANGES.rst"

[project.entry-points."pytest11"]
pytest_elasticsearch = "pytest_elasticsearch.plugin"
Expand Down Expand Up @@ -107,7 +107,7 @@ name = "Miscellaneus"
showcontent = false

[tool.tbump.version]
current = "4.0.2"
current = "4.1.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion pytest_elasticsearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with pytest-elasticsearch. If not, see <http://www.gnu.org/licenses/>.
"""Main packge for pytest-elasticsearch."""
__version__ = "4.0.2"
__version__ = "4.1.0"

0 comments on commit c4e7851

Please sign in to comment.