Skip to content

Commit 68a2290

Browse files
author
Bill Ladwig
committed
Added ompgen template to manifest
1 parent 4ee0394 commit 68a2290

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include requirements.txt
44

55
include fortran/*.f90
66
include fortran/*.pyf
7+
include fortran/ompgen.F90.template
78
include fortran/build_help/omp_sizes.f90
89
include fortran/build_help/sub_sizes.py
910
include build_scripts/*.sh

doc/source/new.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ What's New
44
Releases
55
-------------
66

7+
v1.3.1 (January 2019)
8+
9+
- Release 1.3.1
10+
- Added the ompgen template file to the manifest.
11+
12+
713
v1.3.0 (December 2018)
814
^^^^^^^^^^^^^^^^^^^^^^^^^
915

src/wrf/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"
22

0 commit comments

Comments
 (0)