8000 release 0.20.1 prep · sicmutils/sicmutils@4b35b02 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 4b35b02

Browse files
committed
release 0.20.1 prep
1 parent 971ccd2 commit 4b35b02

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [unreleased]
44

5+
## 0.20.1
6+
57
- #396:
68

79
- fixes a bug in the SCI version of `define-coordinates` which didn't allow

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ To cite this repository:
207207
author = {Colin Smith and Sam Ritchie},
208208
title = {{SICMU}tils: {F}unctional {C}omputer {A}lgebra in {C}lojure},
209209
url = {http://github.com/sicmutils/sicmutils},
210-
version = {0.20.0},
210+
version = {0.20.1},
211211
year = {2016},
212212
}
213213
```

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; along with this code; if not, see <http://www.gnu.org/licenses/>.
1818
;;
1919

20-
(defproject sicmutils "0.20.0"
20+
(defproject sicmutils "0.20.1"
2121
:description "A port of the Scmutils computer algebra/mechanics system to Clojure."
2222
:url "http://github.com/sicmutils/sicmutils"
2323
:scm {:name "git" :url "https://github.com/sicmutils/sicmutils"}

resources/SICMUTILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20.0
1+
0.20.1

0 commit comments

Comments
 (0)
0