File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,17 @@ endif::[]
3030//===== Bug fixes
3131//
3232
33- === Unreleased
34-
35- // Unreleased changes go here
36- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
37- [float]
38- ===== Features
33+ [[release-notes-6.x]]
34+ === Python Agent version 6.x
3935
36+ [[release-notes-6.3.2]]
37+ ==== 6.3.2 - 2021-07-07
4038
4139[float]
4240===== Bug fixes
4341
4442* Fix handling of non-http scopes in Starlette/FastAPI middleware {pull}1187[#1187]
4543
46-
47- [[release-notes-6.x]]
48- === Python Agent version 6.x
49-
5044[[release-notes-6.3.1]]
5145==== 6.3.1 - 2021/07/07
5246
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__ = (6 , 3 , 1 )
31+ __version__ = (6 , 3 , 2 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments