File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dnl See https://mit-license.org/ and LICENSE.md and for license information.
99dnl ================================================================================================
1010
1111AC_PREREQ ( 2.59 )
12- AC_INIT ( [ spatialdata] , [ 3.1.0dev ] , [ baagaard@usgs.gov] )
12+ AC_INIT ( [ spatialdata] , [ 3.1.0 ] , [ baagaard@usgs.gov] )
1313AC_CONFIG_HEADER([ portinfo] )
1414AC_CONFIG_AUX_DIR ( [ ./aux-config] )
1515AC_CONFIG_MACRO_DIR ( [ m4] )
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ tag_date = 0
44
55[metadata]
66name = spatialdata
7- version = 3.1.0dev
7+ version = 3.1.0
88author = Brad Aagaard
99author_email = baagaard@usgs.gov
1010description = Library for specifying spatial variations in input parameters (used in PyLith).
1111license = MIT
12- url = http ://www. geodynamics.org/cig/software /spatialdata
12+ url = https ://geodynamics.org/resources /spatialdata
1313
1414[options]
1515python_requires = >=3.6
You can’t perform that action at this time.
0 commit comments