Skip to content

Commit 603525c

Browse files
committed
Update version and changelog.
1 parent 007a769 commit 603525c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 7)
4-
set(CADABRA_VERSION_TWEAK 4)
4+
set(CADABRA_VERSION_TWEAK 5)
55
set(COPYRIGHT_YEARS "2001-2021")
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h1>Change log</h1>
1818
<a name="master"></a>
1919
<h3>github master (2.3.7)</h3>
2020
<ul>
21+
<li>Option to display negative powers as fractions (Dominic).</li>
2122
<li>New algorithm <tt>slot_asym</tt> to (anti-)symmetrise objects in
2223
indices by giving index positions instead of names.</li>
2324
<li>New functionality to implement algorithms in Python (Dominic).</li>
@@ -39,6 +40,7 @@ <h3>github master (2.3.7)</h3>
3940
<li>Fix LaTeX code to avoid some global variable name clashes.</li>
4041
</ul>
4142

43+
<a name="2.3.6"></a>
4244
<h3>2.3.6 (released 30-Dec-2020)</h3>
4345
<ul>
4446
<li>Once further change to the installation path of

0 commit comments

Comments
 (0)