Skip to content

Commit 864af0f

Browse files
committed
Set version to 3.1.0.
1 parent 8a4d238 commit 864af0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 3.1.0 (TBD)
1+
## Version 3.1.0 (2023/12/11)
22

33
* Add `AnalyticDB` for a spatial database composed of analytic functions.
44
* Add `CSGeoLocal` for local rotated geographic coordinate systems.

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.0dev], [baagaard@usgs.gov])
12+
AC_INIT([spatialdata], [3.1.0], [baagaard@usgs.gov])
1313
AC_CONFIG_HEADER([portinfo])
1414
AC_CONFIG_AUX_DIR([./aux-config])
1515
AC_CONFIG_MACRO_DIR([m4])

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ tag_date = 0
44

55
[metadata]
66
name = spatialdata
7-
version = 3.1.0dev
7+
version = 3.1.0
88
author = Brad Aagaard
99
author_email = baagaard@usgs.gov
1010
description = Library for specifying spatial variations in input parameters (used in PyLith).
1111
license = MIT
12-
url = http://www.geodynamics.org/cig/software/spatialdata
12+
url = https://geodynamics.org/resources/spatialdata
1313

1414
[options]
1515
python_requires = >=3.6

0 commit comments

Comments
 (0)