Skip to content

Commit 89cb688

Browse files
committed
bump version and note removal of reprojection options
1 parent 3166814 commit 89cb688

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
1.0.0 ()
5+
------------------
6+
- use some other tool for reprojection - always request data in BC Albers and remove options for reprojection (#210)
7+
48
0.14.0 (2024-12-17)
59
------------------
610
- simplify WFS module, standardize cat/dump options

src/bcdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
raise Exception(f"Failed to download primary key database at {PRIMARY_KEY_DB_URL}")
2323
primary_keys = {}
2424

25-
__version__ = "0.14.0"
25+
__version__ = "1.0.0dev0"

0 commit comments

Comments
 (0)