From f394f12087d1bd26e37f3158f74ea5b84cde17de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 20 May 2025 21:10:13 +0200 Subject: [PATCH] Release v0.16.0 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c66b0c3a..383adf919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased](https://github.com/livebook-dev/livebook/tree/main) +## [v0.16.0](https://github.com/livebook-dev/livebook/tree/v0.16.0) (2025-05-20) This release marks Livebook Teams coming out of beta. It also brings experimental support for Python code evaluation. The Python integration is not feature complete and we plan to continue work on it. If you give it a try and you want to provide feedback, feel free to drop a comment on [#2937](https://github.com/livebook-dev/livebook/issues/2937). diff --git a/mix.exs b/mix.exs index 435ed4817..6b205f777 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.18" - @version "0.16.0-dev" + @version "0.16.0" @description "Automate code & data workflows with interactive notebooks" def project do