Skip to content

Commit

Permalink
Update version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
baagaard-usgs committed Jun 19, 2017
1 parent d1d5bbb commit 1a47ffd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

2017/06/19 (version 1.9.9)

BUGFIX: Improved Python interface to SimpleGridDB to make it
possible to write 1-D and 2-D files.

Improve validation error messages; some error messages were missing
spatial database label.

2017/03/24 (version 1.9.8)

Added temperature scale to Nondimensional.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

AC_PREREQ(2.59)
AC_INIT([spatialdata], [1.9.8], [baagaard@usgs.gov])
AC_INIT([spatialdata], [1.9.9], [baagaard@usgs.gov])
AC_CONFIG_HEADER([portinfo])
AC_CONFIG_AUX_DIR([./aux-config])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion spatialdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
##
## @brief Python top-level SpatialData module initialization

__version__ = "1.9.8"
__version__ = "1.9.9"

__all__ = ['geocoords',
'spatialdb',
Expand Down

0 comments on commit 1a47ffd

Please sign in to comment.