Skip to content

Commit

Permalink
Release 0.1.24-NUBANK
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaeLeal committed Apr 7, 2022
1 parent cd532ac commit 3f4a4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 0.1.24
- Upgrade `dev.nubank/clojupyter` to verion 0.3.3-SNAPSHOT
## 0.1.24-NUBANK
- Upgrade `dev.nubank/clojupyter` to verion 0.3.3-alpha2-NUBANK

## 0.1.23
- Use `dev.nubank/clojupyter` fork on version `0.3.2-fix1`
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nubank/lein-jupyter "0.1.24"
(defproject nubank/lein-jupyter "0.1.24-NUBANK"
:description "Leiningen plugin for jupyter notebook."
:url "https://github.com/nubank/lein-jupyter"
:license {:name "MIT License"}
Expand All @@ -8,7 +8,7 @@

;; TODO: Go back to clojupyter upstream after this PR is merged and a new release
;; is made: https://github.com/clojupyter/clojupyter/pull/135
:dependencies [[dev.nubank/clojupyter "0.3.3-SNAPSHOT"]
:dependencies [[dev.nubank/clojupyter "0.3.3-alpha2-NUBANK"]
[org.apache.commons/commons-exec "1.3"]]
:resource-paths ["resources"]
:eval-in-leiningen true)

0 comments on commit 3f4a4ff

Please sign in to comment.