File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,26 @@ endif::[]
18
18
===== Bug fixes
19
19
////
20
20
21
- === Unreleased
21
+ // === Unreleased
22
22
23
23
// Unreleased changes go here
24
24
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
25
+
26
+ [[release-notes-5.x]]
27
+ === Python Agent version 5.x
28
+
29
+ [[release-notes-5.5.0]]
30
+ ==== v5.5.0
31
+
25
32
[float]
26
33
===== Features
27
34
* Added destination information to database/HTTP spans, used for service maps {pull}618[#618]
28
35
29
36
[float]
30
37
===== Deprecations
31
38
32
- * Python 3.4 is no longer supported.
39
+ * * Python 3.4 is no longer supported.*
33
40
34
- [[release-notes-5.x]]
35
- === Python Agent version 5.x
36
41
37
42
[[release-notes-5.4.3]]
38
43
==== v5.4.3
Original file line number Diff line number Diff line change 28
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
- __version__ = (5 , 4 , 3 )
31
+ __version__ = (5 , 5 , 0 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments