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 @@ -29,23 +29,19 @@ endif::[]
2929//===== Bug fixes
3030//
3131
32- === Unreleased
3332
34- // Unreleased changes go here
35- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
36- //[float]
37- //===== Features
33+ [[release-notes-6.x]]
34+ === Python Agent version 6.x
35+
36+ [[release-notes-6.15.1]]
37+ ==== 6.15.1 - 2023-03-06
3838
3939[float]
4040===== Bug fixes
4141
4242* Fix issue with botocore instrumentation creating spans with an incorrect `service.name` {pull}1765[#1765]
4343* Fix a bug in the GRPC instrumentation when the agent is disabled or not recording {pull}1761[#1761]
4444
45-
46- [[release-notes-6.x]]
47- === Python Agent version 6.x
48-
4945[[release-notes-6.15.0]]
5046==== 6.15.0 - 2023-02-16
5147
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 , 15 , 0 )
31+ __version__ = (6 , 15 , 1 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments