File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ endif::[]
2323// Unreleased changes go here
2424// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
2525
26+ [[release-notes-5.x]]
27+ === Python Agent version 5.x
28+
29+ [[release-notes-5.6.0]]
30+ ==== v5.6.0
31+
2632[float]
2733===== New features
2834 * Added SERVICE_NODE_NAME config {pull}592[#592]
@@ -39,10 +45,7 @@ endif::[]
3945[float]
4046===== Pending Deprecations
4147
42- * Python 2.7 suppot will be dropped in version 6.0 of the agent.
43-
44- [[release-notes-5.x]]
45- === Python Agent version 5.x
48+ * Python 2.7 suppot will be dropped in version 6.0 of the agent.
4649
4750[[release-notes-5.5.2]]
4851==== v5.5.2
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 , 5 , 2 )
31+ __version__ = (5 , 6 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments