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::[]
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+
26+ [[release-notes-5.x]]
27+ === Python Agent version 5.x
28+
29+ [[release-notes-5.5.0]]
30+ ==== v5.5.0
31+
2532[float]
2633===== Features
2734* Added destination information to database/HTTP spans, used for service maps {pull}618[#618]
2835
2936[float]
3037===== Deprecations
3138
32- * Python 3.4 is no longer supported.
39+ * * Python 3.4 is no longer supported.*
3340
34- [[release-notes-5.x]]
35- === Python Agent version 5.x
3641
3742[[release-notes-5.4.3]]
3843==== v5.4.3
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 , 4 , 3 )
31+ __version__ = (5 , 5 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments