File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ 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
38- //
33+
34+ [[release-notes-6.x]]
35+ === Python Agent version 6.x
36+
37+ [[release-notes-6.10.2]]
38+ ==== 6.10.2 - 2022-08-04
39+
3940[float]
4041===== Bug fixes
4142
43+ * Fixed an issue with non-integer ports in Django {pull}1590[#1590]
44+ * Fixed an issue with non-integer ports in Redis {pull}1591[#1591]
4245* Fixed a performance issue for local variable shortening via `varmap()` {pull}1593[#1593]
43-
44-
45- [[release-notes-6.x]]
46- === Python Agent version 6.x
46+ * Fixed `elasticapm.label()` when a Client object is not available {pull}1596[#1596]
4747
4848[[release-notes-6.10.1]]
4949==== 6.10.1 - 2022-06-30
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 , 10 , 1 )
31+ __version__ = (6 , 10 , 2 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments