Skip to content

Commit a7b5ee7

Browse files
Merge pull request #98 from baagaard-usgs/prepare-release-3.1.2
Set version number to 3.1.2.
2 parents 5bef122 + cff6e31 commit a7b5ee7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dnl See https://mit-license.org/ and LICENSE.md and for license information.
99
dnl ================================================================================================
1010

1111
AC_PREREQ(2.59)
12-
AC_INIT([spatialdata], [3.1.1], [[email protected]])
12+
AC_INIT([spatialdata], [3.1.2], [[email protected]])
1313
AC_CONFIG_HEADER([portinfo])
1414
AC_CONFIG_AUX_DIR([./aux-config])
1515
AC_CONFIG_MACRO_DIR([m4])

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Brad T. Aagaard'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '3.1.1'
25+
release = '3.1.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tag_date = 0
44

55
[metadata]
66
name = spatialdata
7-
version = 3.1.1
7+
version = 3.1.2
88
author = Brad Aagaard
99
author_email = [email protected]
1010
description = Library for specifying spatial variations in input parameters (used in PyLith).

0 commit comments

Comments
 (0)