Skip to content

Commit 6e82a8f

Browse files
committed
update CHANGELOG and bump version to 5.4.0
1 parent 60402da commit 6e82a8f

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

CHANGELOG.asciidoc

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ endif::[]
1818
===== Bug fixes
1919
////
2020
21-
=== Unreleased
22-
23-
https://github.com/elastic/apm-agent-python/compare/v5.3.1\...master[Check the diff]
21+
//=== Unreleased
2422
2523
// Unreleased changes go here
2624
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
2725
26+
[[release-notes-5.x]]
27+
=== Python Agent version 5.x
28+
29+
[[release-notes-5.4.0]]
30+
==== v5.4.0
31+
32+
https://github.com/elastic/apm-agent-python/compare/v5.3.3\...v5.4.0[Check the diff]
33+
2834
[float]
2935
===== Deprecations
3036
@@ -34,11 +40,11 @@ This will be the last minor release to support the following versions:
3440
* Django 1.8, 1.9 and 1.10
3541
* Flask < 1.0
3642
37-
In addition, as of this release we only supported capturing extended
38-
information on elasticsearch queries when using keyword arguments with the
39-
elasticsearch-py API. This is in keeping with the
40-
https://elasticsearch-py.readthedocs.io/en/master/api.html#api-documentation[upstream policy]
41-
of positional arguments being unsupported. {pull}697[#697]
43+
In addition, as of this release we only supported capturing extended
44+
information on Elasticsearch queries when using keyword arguments with the
45+
elasticsearch-py API. This is in keeping with the
46+
https://elasticsearch-py.readthedocs.io/en/master/api.html#api-documentation[upstream policy]
47+
of positional arguments being unsupported. {pull}697[#697]
4248
4349
[float]
4450
===== New Features
@@ -59,9 +65,6 @@ This will be the last minor release to support the following versions:
5965
* introduced workaround to avoid instrumenting twice in rare cases (#708)
6066
6167
62-
[[release-notes-5.x]]
63-
=== Python Agent version 5.x
64-
6568
[[release-notes-5.3.3]]
6669
==== v5.3.3
6770

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (5, 3, 3)
31+
__version__ = (5, 4, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)