Skip to content

Commit 6f4e34b

Browse files
committed
bump version
1 parent 295620a commit 6f4e34b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changes
22
=======
33

4-
0.12.3 ()
4+
0.12.3 (2024-11-12)
55
------------------
66
- ensure --geometry_type option is used correctly (#198)
7+
- handle WHSE_ADMIN_BOUNDARIES.ADM_NR_DISTRICTS_SPG/WHSE_ADMIN_BOUNDARIES.ADM_NR_DISTRICTS_SP (#200)
78

89
0.12.2 (2024-08-15)
910
------------------

bcdata/__init__.py

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

30-
__version__ = "0.12.3dev0"
30+
__version__ = "0.12.3"

0 commit comments

Comments
 (0)