diff --git a/CHANGES.txt b/CHANGES.txt index c95e679..24094ac 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,10 @@ Changes ======= -0.7.4 () +0.7.4 (2022-09-28) ------------------ -- bc2pg - fix #116, -t --no_timestamp option now recognized +- bc2pg - option --no_timestamp now recognized (#116) +- bc2pg - preserve floating point data (#117) 0.7.3 (2022-09-26) ------------------ diff --git a/bcdata/__init__.py b/bcdata/__init__.py index 2a25ad0..47be024 100644 --- a/bcdata/__init__.py +++ b/bcdata/__init__.py @@ -11,7 +11,7 @@ from .wcs import get_dem -__version__ = "0.7.4dev0" +__version__ = "0.7.4" BCDC_API_URL = "https://catalogue.data.gov.bc.ca/api/3/action/" WFS_URL = "https://openmaps.gov.bc.ca/geo/pub/wfs"