Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jun 28, 2024
1 parent 5104852 commit 40f73e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bcdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"https://raw.githubusercontent.com/smnorris/bcdata/main/data/primary_keys.json"
)

__version__ = "0.10.3"
__version__ = "0.10.4dev0"

0 comments on commit 40f73e5

Please sign in to comment.