From 40f73e55f90dd567fe282c9db2f1cd930cd4a837 Mon Sep 17 00:00:00 2001 From: Simon Norris Date: Fri, 28 Jun 2024 15:32:33 -0700 Subject: [PATCH] bump version --- CHANGES.txt | 4 +++- bcdata/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1f2e435..6662716 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,13 +1,15 @@ Changes ======= +0.10.4 () +------------------ + 0.10.3 (2024-06-28) ------------------ - bc2pg - fix logging error on data refresh (#184) - fix failures on specific tables due to API quirks (#179/#181) - bc2pg - add missing --bounds option (#173) - 0.10.2 (2024-03-01) ------------------ - improve connection management for better stability (#171) diff --git a/bcdata/__init__.py b/bcdata/__init__.py index 98b1355..c5872ba 100644 --- a/bcdata/__init__.py +++ b/bcdata/__init__.py @@ -15,4 +15,4 @@ "https://raw.githubusercontent.com/smnorris/bcdata/main/data/primary_keys.json" ) -__version__ = "0.10.3" +__version__ = "0.10.4dev0"