Skip to content

Commit 9977009

Browse files
committed
V1.3.1
1 parent ff213a3 commit 9977009

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
++++++++++++++++++++++++++++++++++++++++++
33

4+
**v1.3.1**
5+
6+
- Bug fix release.
7+
48
**v1.3**
59

610
- Added a new MOSAIC examples repository that contains plotting scripts and Jupyter notebooks (https://github.com/usnistgov/mosaic-examples)

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Report problems using our `issue tracker <https://github.com/usnistgov/mosaic/is
4343
Change Log
4444
=================================
4545

46+
**v1.3.1**
47+
48+
- Bug fix release.
49+
4650
**v1.3**
4751

4852
- Added a new MOSAIC examples repository that contains plotting scripts and Jupyter notebooks (https://github.com/usnistgov/mosaic-examples)

mosaic/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import subprocess
22
from mosaic.utilities.resource_path import resource_path
33

4-
__version__="1.3"
4+
__version__="1.3.1"
55

66
try:
77
__build__=subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD'], stderr=subprocess.STDOUT).strip()

0 commit comments

Comments
 (0)