Skip to content

Commit ba20956

Browse files
committed
Bump version number to 1.4
1 parent 9c35670 commit ba20956

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Change Log
44

55
Notable project changes in various releases.
66

7+
1.4
8+
===
9+
10+
Added
11+
-----
12+
13+
* mpifx_win can now allocate memory on each rank, if desired.
14+
15+
716
1.3.1
817
=====
918

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.4.0

doc/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "MpiFx"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = "1.3.1"
35+
PROJECT_NUMBER = "1.4.0"
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

doc/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.3.1'
48+
version = '1.4'
4949

5050
# The full version, including alpha/beta/rc tags.
51-
release = '1.3.1'
51+
release = '1.4.0'
5252

5353
# The language for content autogenerated by Sphinx. Refer to documentation
5454
# for a list of supported languages.

0 commit comments

Comments
 (0)