File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ endif::[]
29
29
//[float]
30
30
//===== Bug fixes
31
31
32
- === Unreleased
32
+ [[release-notes-6.x]]
33
+ === Python Agent version 6.x
34
+
35
+ [[release-notes-6.7.0]]
36
+ === 6.7.0 - 2021-11-17
33
37
34
- // Unreleased changes go here
35
- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
36
38
[float]
37
39
===== Features
38
40
@@ -44,9 +46,6 @@ endif::[]
44
46
* fix compatibility issues with httpx 0.21 {pull}1403[#1403]
45
47
* fix `span_compression_exact_match_max_duration` default value {pull}1407[#1407]
46
48
47
- [[release-notes-6.x]]
48
- === Python Agent version 6.x
49
-
50
49
[[release-notes-6.6.3]]
51
50
==== 6.6.3 - 2021-11-15
52
51
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 , 6 , 3 )
31
+ __version__ = (6 , 7 , 0 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments