File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,24 @@ endif::[]
1818===== Bug fixes
1919////
2020
21- === Unreleased
21+ // === Unreleased
2222
2323// Unreleased changes go here
2424// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
25+ //[float]
26+ //===== Features
27+ //
28+ //
29+ //[float]
30+ //===== Bug fixes
31+ //
32+
33+ [[release-notes-5.x]]
34+ === Python Agent version 5.x
35+
36+ [[release-notes-5.7.0]]
37+ ==== v5.7.0
38+
2539[float]
2640===== Features
2741
@@ -36,9 +50,8 @@ endif::[]
3650* Omit the "sync" property on spans by default {pull}854[#854]
3751* Update the pid/ppid in transport metadata when they change {pull}825[#825]
3852* Added better error handling around closing the transport {pull}838[#838]
53+ * Fixed an issue with the django admin command not detecting misconfigured server urls {pull}855[#855]
3954
40- [[release-notes-5.x]]
41- === Python Agent version 5.x
4255
4356[[release-notes-5.6.0]]
4457==== v5.6.0
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__ = (5 , 6 , 0 )
31+ __version__ = (5 , 7 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments