We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cb688 commit 41537caCopy full SHA for 41537ca
CHANGES.txt
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-1.0.0 ()
+0.15.0 (2024-12-20)
5
------------------
6
- use some other tool for reprojection - always request data in BC Albers and remove options for reprojection (#210)
7
src/bcdata/__init__.py
@@ -22,4 +22,4 @@
22
raise Exception(f"Failed to download primary key database at {PRIMARY_KEY_DB_URL}")
23
primary_keys = {}
24
25
-__version__ = "1.0.0dev0"
+__version__ = "0.15.0"
0 commit comments