File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,15 @@ endif::[]
33
33
[[release-notes-6.x]]
34
34
=== Python Agent version 6.x
35
35
36
+ [[release-notes-6.1.2]]
37
+ ==== 6.1.2 - 2021/04/14
38
+
39
+ [float]
40
+ ===== Bug fixes
41
+
42
+ * fixed issue with empty transaction name for the root route with Django {pull}1095[#1095]
43
+ * fixed on-the-fly initialisation of Flask apps {pull}1099[#1099]
44
+
36
45
[[release-notes-6.1.1]]
37
46
==== v6.1.1 - 2021/04/08
38
47
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 , 1 , 1 )
31
+ __version__ = (6 , 1 , 2 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments