File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ endif::[]
30
30
//===== Bug fixes
31
31
32
32
33
- === Unreleased
33
+ [[release-notes-6.x]]
34
+ === Python Agent version 6.x
35
+
36
+ [[release-notes-6.6.0]]
37
+ ==== 6.6.0 - 2021-10-18
34
38
35
- // Unreleased changes go here
36
- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
37
39
[float]
38
40
===== Features
39
41
@@ -49,8 +51,6 @@ endif::[]
49
51
* Remove problematic (and duplicate) `event.dataset` from logging integrations {pull}1365[#1365]
50
52
* Fix for memcache instrumentation when configured with a unix socket {pull}1357[#1357]
51
53
52
- [[release-notes-6.x]]
53
- === Python Agent version 6.x
54
54
55
55
[[release-notes-6.5.0]]
56
56
==== 6.5.0 - 2021-10-04
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__ = (6 , 5 , 0 )
31
+ __version__ = (6 , 6 , 0 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments