Skip to content

Commit 5ca5552

Browse files
committed
version cleanup
1 parent 99da609 commit 5ca5552

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
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-beta21 - 2026-02-17]
5-
- additional release to test the github workflow changes
6-
7-
## [2-beta20 - 2026-02-17]
4+
## [2-beta20]
85
- use scikit-learn = "1.8.0" in integration tests
96
- document better "disabled tests"
107
- 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-beta21")
20+
(def version "2-beta20")
2121
(def snapshot (str version "-SNAPSHOT"))
2222
(def class-dir "target/classes")
2323

0 commit comments

Comments
 (0)