Skip to content

Commit

Permalink
bump version and note removal of reprojection options
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Dec 19, 2024
1 parent 3166814 commit 89cb688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

1.0.0 ()
------------------
- use some other tool for reprojection - always request data in BC Albers and remove options for reprojection (#210)

0.14.0 (2024-12-17)
------------------
- simplify WFS module, standardize cat/dump options
Expand Down
2 changes: 1 addition & 1 deletion src/bcdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
raise Exception(f"Failed to download primary key database at {PRIMARY_KEY_DB_URL}")
primary_keys = {}

__version__ = "0.14.0"
__version__ = "1.0.0dev0"

0 comments on commit 89cb688

Please sign in to comment.