Skip to content

Commit

Permalink
update version number (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley authored Nov 8, 2022
1 parent 9a573c3 commit 6b9ede7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/auto-update-bulletin-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install --no-deps .
python -c "import pyTMD.time; pyTMD.time.update_bulletin_a(verbose=True)"
- name: Check for changes
id: changes
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/auto-update-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 1 * *'
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install --no-deps .
pytest test/test_leap_seconds.py test/test_eop.py \
--username=${{ secrets.EARTHDATA_USERNAME }} \
--password=${{ secrets.EARTHDATA_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit 6b9ede7

Please sign in to comment.