File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,13 @@ 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
33+ [[release-notes-6.x]]
34+ === Python Agent version 6.x
35+
36+ [[release-notes-6.14.0]]
37+ ==== 6.14.0 - 2023-01-30
38+
3639[float]
3740===== Features
3841
@@ -47,10 +50,6 @@ endif::[]
4750* Fix a performance issue with our AWS Lambda integration {pull}1727[#1727]
4851* Mark `**kwargs` config usage in our AWS Lambda integration as deprecated {pull}1727[#1727]
4952
50-
51- [[release-notes-6.x]]
52- === Python Agent version 6.x
53-
5453[[release-notes-6.13.2]]
5554==== 6.13.2 - 2022-11-17
5655
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 , 13 , 2 )
31+ __version__ = (6 , 14 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments