Skip to content

Commit efa9f41

Browse files
committed
version bump to 1.0.0
1 parent eb657ee commit efa9f41

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@
77
== Changelog
88

99

10-
[[release-next]]
10+
//[[release-next]]
11+
//[float]
12+
//=== Unreleased
13+
//https://github.com/elastic/apm-agent-python/compare/v1.0.0\...master[Check the HEAD diff]
14+
15+
[[release-1.0.0]]
1116
[float]
12-
=== Unreleased
13-
https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev3\...master[Check the HEAD diff]
17+
=== v1.0.0
18+
https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev3\...v1.0.0[Check the HEAD diff]
1419

1520
* added `max-event-queue-length` setting. ({pull}67[#67])
1621
* changed name that the agent reports itself with to the APM server from `elasticapm-python` to `python`. This aligns the Python agent with other languages. ({pull}104[#104])

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = (1, 0, 0, 'dev3')
1+
__version__ = (1, 0, 0)
22
VERSION = '.'.join(map(str, __version__))

0 commit comments

Comments
 (0)