Skip to content

Commit 501366e

Browse files
committed
update CHANGELOG and bump version to 6.4.0
1 parent 7952011 commit 501366e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ endif::[]
3030
//===== Bug fixes
3131
//
3232
33-
=== Unreleased
3433
35-
// Unreleased changes go here
36-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
34+
[[release-notes-6.x]]
35+
=== Python Agent version 6.x
36+
37+
[[release-notes-6.4.0]]
38+
==== 6.4.0 - 2021-08-31
39+
3740
[float]
3841
===== Features
3942
@@ -48,10 +51,6 @@ endif::[]
4851
* Fix potential errors in json serialization {pull}1203[#1203]
4952
* Fix an issue with certain aioredis commands {pull}1308[#1308]
5053
51-
52-
[[release-notes-6.x]]
53-
=== Python Agent version 6.x
54-
5554
[[release-notes-6.3.3]]
5655
==== 6.3.3 - 2021-07-14
5756

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__ = (6, 3, 3)
31+
__version__ = (6, 4, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)