We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64017d commit f190877Copy full SHA for f190877
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## Unreleased
+## v3.0.0
4
5
-[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.2.1...master)
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.2.1...v3.0.0)
6
7
- adapted "black" code formatter for this repository (#262)
8
- **BREAKING**: dropped support for Python 3.3 (#242)
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (2, 2, 1)
+__version__ = (3, 0, 0)
VERSION = ".".join(map(str, __version__))
0 commit comments