Skip to content

Commit 6eb116d

Browse files
committed
version fix
1 parent 5ca5552 commit 6eb116d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4-
## [2-beta20]
4+
5+
## [2-beta21 - 2026-02-17]
6+
- a new version to adapt for changes in release process
7+
8+
## [2-beta20 - 2026-02-17]
59
- use scikit-learn = "1.8.0" in integration tests
610
- document better "disabled tests"
711
- upgraded clojure version in uberjar to 1.12.4

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
(def lib 'org.scicloj/noj)
20-
(def version "2-beta20")
20+
(def version "2-beta21")
2121
(def snapshot (str version "-SNAPSHOT"))
2222
(def class-dir "target/classes")
2323

0 commit comments

Comments
 (0)