File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,17 @@ endif::[]
30
30
//
31
31
32
32
33
- === Unreleased
33
+ [[release-notes-6.x]]
34
+ === Python Agent version 6.x
35
+
36
+ [[release-notes-6.9.1]]
37
+ ==== 6.9.1 - 2022-03-30
34
38
35
- // Unreleased changes go here
36
- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
37
- //[float]
38
- //===== Features
39
- //
40
39
[float]
41
40
===== Bug fixes
42
41
43
42
* Fix `otel_attributes`-related regression with older versions of APM Server (<7.16) {pull}1510[#1510]
44
43
45
- [[release-notes-6.x]]
46
- === Python Agent version 6.x
47
-
48
44
[[release-notes-6.9.0]]
49
45
==== 6.9.0 - 2022-03-29
50
46
Original file line number Diff line number Diff line change 28
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
- __version__ = (6 , 9 , 0 )
31
+ __version__ = (6 , 9 , 1 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments