Skip to content

Commit 2f20626

Browse files
committed
1.42
1 parent 49ab6e2 commit 2f20626

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Time for a ChangeLog!
2+
## 1.42
3+
* `tech.datatype` - latest version to work with `tech.ml.dataset`.
4+
25
## 1.41
36
* `tech.datatype` - latest version to work with `tech.ml.dataset`.
47

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:deps {
55
org.clojure/clojure {:mvn/version "1.10.1"}
66
camel-snake-kebab {:mvn/version "0.4.0"}
7-
techascent/tech.datatype {:mvn/version "5.0-beta-16"}
7+
techascent/tech.datatype {:mvn/version "5.0-beta-20"}
88
org.clojure/data.json {:mvn/version "0.2.7"}
99
}
1010
}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-python/libpython-clj "1.42-SNAPSHOT"
1+
(defproject clj-python/libpython-clj "1.42"
22
:description "libpython bindings to the techascent ecosystem"
33
:url "http://github.com/cnuernber/libpython-clj"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)