8000 Prepare for 0.20.0 release by sritchie · Pull Request #395 · sicmutils/sicmutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prepare for 0.20.0 release #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ To cite this repository:
author = {Colin Smith and Sam Ritchie},
title = {{SICMU}tils: {F}unctional {C}omputer {A}lgebra in {C}lojure},
url = {http://github.com/sicmutils/sicmutils},
version = {0.19.2},
version = {0.20.0},
year = {2016},
}
```
Expand Down
2 changes: 1 addition & 1 deletion demo/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src"]
:deps {org.clojure/clojurescript {:mvn/version "1.10.866"}
sicmutils/sicmutils {:mvn/version "0.19.2"}
sicmutils/sicmutils {:mvn/version "0.20.0"}
thheller/shadow-cljs {:mvn/version "2.14.4"}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; along with this code; if not, see <http://www.gnu.org/licenses/>.
;;

(defproject sicmutils "0.19.2"
(defproject sicmutils "0.20.0"
:description "A port of the Scmutils computer algebra/mechanics system to Clojure."
:url "http://github.com/sicmutils/sicmutils"
:scm {:name "git" :url "https://github.com/sicmutils/sicmutils"}
Expand Down
2 changes: 1 addition & 1 deletion resources/SICMUTILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.2
0.20.0
0