diff --git a/CHANGELOG.md b/CHANGELOG.md index 4779833524da25e9b835c524905551154f5a1b2d..6135328ae1f89e56a127bc13f0cafc9649c75569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [(next version)](./README.md#for-developers) + +* (no changes yet) + ## [1.1.0](https://www3.hhu.de/stups/downloads/prob2-jupyter/prob2-jupyter-kernel-1.1.0-all.jar) * Added a `--user` flag to the installer to allow installing the kernel into the user home directory. This allows installing the kernel without `sudo` when not using a virtual environment. diff --git a/build.gradle b/build.gradle index e148d119b64f8471793fb63cfcfe2817bf28282d..d1d01cbf6c13ef147e393eeeb314b3d77b18883f 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id("com.github.johnrengelman.shadow").version("5.2.0") } -version = "1.1.0" +version = "1.1.1-SNAPSHOT" final isSnapshot = project.version.endsWith("-SNAPSHOT")