Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Jan 1, 2020
1 parent b8d84d5 commit 09b500b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [2.6, 2.7, 3.5, 3.6, 3.7]
python-version: [2.7, 3.5, 3.6, 3.7]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion cloudflareddns/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"

0 comments on commit 09b500b

Please sign in to comment.