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::[]
3030//
3131
3232
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
3438
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- //
4039[float]
4140===== Bug fixes
4241
4342* Fix `otel_attributes`-related regression with older versions of APM Server (<7.16) {pull}1510[#1510]
4443
45- [[release-notes-6.x]]
46- === Python Agent version 6.x
47-
4844[[release-notes-6.9.0]]
4945==== 6.9.0 - 2022-03-29
5046
Original file line number Diff line number Diff line change 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 , 9 , 0 )
31+ __version__ = (6 , 9 , 1 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments