Skip to content

Commit c4d5767

Browse files
committed
bump version to 5.5.2
1 parent affce46 commit c4d5767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
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, 5, 1)
31+
__version__ = (5, 5, 2)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)