Skip to content

Commit 41537ca

Browse files
committed
call this v0.15.0
1 parent 89cb688 commit 41537ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
1.0.0 ()
4+
0.15.0 (2024-12-20)
55
------------------
66
- use some other tool for reprojection - always request data in BC Albers and remove options for reprojection (#210)
77

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__ = "1.0.0dev0"
25+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)