Skip to content

Commit

Permalink
call this v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Dec 20, 2024
1 parent 89cb688 commit 41537ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

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

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

0 comments on commit 41537ca

Please sign in to comment.