From 167808f4b11a5402f6dbda672027f671dae48a97 Mon Sep 17 00:00:00 2001 From: daslu Date: Tue, 24 Dec 2024 22:57:12 +0200 Subject: [PATCH] version 2-beta3 --- CHANGELOG.md | 2 +- build.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 948e0a4..62bffe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [2-beta3] - unreleased +## [2-beta3] - 2024-12-24 - updated deps (Libpython-clj, Tableplot, Clay) ## [2-beta2] - 2024-12-10 diff --git a/build.clj b/build.clj index 96c695f..73105cd 100644 --- a/build.clj +++ b/build.clj @@ -17,7 +17,7 @@ (def lib 'org.scicloj/noj) -(def version "2-beta2") +(def version "2-beta3") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")