Skip to content

Commit 3fe131b

Browse files
committed
version: bump to 0.9.5
1 parent 3260442 commit 3fe131b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-package.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
pipenv check \
3636
--ignore 51499 \
3737
--ignore 52495 \
38-
--ignore 52365
38+
--ignore 52365 \
39+
--ignore 59956 \
40+
--ignore 58755
3941
- name: Lint with flake8
4042
run: |
4143
# stop the build if there are Python syntax errors or undefined names

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = tconnectsync
3-
version = 0.9.4
3+
version = 0.9.5
44
author = James Woglom
55
author_email = j@wogloms.net
66
description = Syncs Tandem t:connect pump data to Nightscout for the t:slim X2

0 commit comments

Comments
 (0)