Skip to content

Commit e4bf733

Browse files
authored
Merge pull request #345 from koalalorenzo/changes-branch-to-main
Changes branch to main + bump version
2 parents 093c0e8 + ff1cc4e commit e4bf733

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Python Tests
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77
jobs:
88
build:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
python-version: ['2.x', '3.x', 3.6, 3.7, 3.8]
13+
python-version: ['2.x', '3.x', 3.7, 3.8, 3.9]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='python-digitalocean',
18-
version='1.16.0',
18+
version='1.17.0',
1919
description='digitalocean.com API to manage Droplets and Images',
2020
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )',
2121
author_email='lorenzo@setale.me',

0 commit comments

Comments
 (0)