Skip to content

Commit

Permalink
Bump version '1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cardoso committed May 10, 2020
1 parent 00a7a54 commit 646b214
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ELASTICMOCK_VERSION='1.5.0'
ELASTICMOCK_VERSION='1.5.1'

install:
@pip install -r requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ python setup.py test

## Changelog

#### 1.5.1:
- [Fix tests for es > 7](https://github.com/vrcmarcos/elasticmock/pull/38) (Thanks [@chesstrian](https://github.com/chesstrian))

#### 1.5.0:
- [**FakeElasticSearch**: Mocked **indices** property](https://github.com/vrcmarcos/elasticmock/issues/22)
- **FakeIndicesClient**: Mocked **create**, **exists**, **refresh** and **delete** methods
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import setuptools

__version__ = '1.5.0'
__version__ = '1.5.1'

# read the contents of your readme file
from os import path
Expand Down

0 comments on commit 646b214

Please sign in to comment.