Skip to content

Commit 9e98183

Browse files
committed
Fix changelog, bump version.
1 parent ef6f8c2 commit 9e98183

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CADABRA_VERSION_MAJOR 2)
22
set(CADABRA_VERSION_MINOR 3)
33
set(CADABRA_VERSION_PATCH 1)
4-
set(CADABRA_VERSION_TWEAK 14)
4+
set(CADABRA_VERSION_TWEAK 15)
55
set(COPYRIGHT_YEARS "2001-2020")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
77
find_program(GIT git PATHS ${GIT_DIR})

web2/cadabra2/source/changelog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h3>github master (2.3.1)</h3>
3939
(Dominic).</li>
4040
<li>Fixes for compatibility with newer <tt>SymPy</tt> versions.</li>
4141
<li>Added a 'find' function in the notebook, to search input cells.</li>
42+
<li>New Jupyter kernel (enabled by default) which does not require
43+
Xeus; you can now get access to Cadabra on Jupyter on all supported
44+
systems, not just Conda (Fergus).</li>
4245
</ul>
4346

4447
<a name="2.3.0"></a>
@@ -58,9 +61,6 @@ <h3>2.3.0 (released 10-Jun-2020)</h3>
5861
<li>Various fixes for behaviour of <tt>unwrap</tt> with anti- or
5962
non-commuting arguments.</li>
6063
<li>New <tt>meld</tt> algorithm for canonicalisation (Dominic).</li>
61-
<li>New Jupyter kernel (enabled by default) which does not require
62-
Xeus; you can now get access to Cadabra on Jupyter on all supported
63-
systems, not just Conda (Fergus).</li>
6464
</ul>
6565

6666
<a name="2.2.8"></a>

0 commit comments

Comments
 (0)