Skip to content

Commit

Permalink
Merge pull request #58 from Vaelor/release/7.0.0
Browse files Browse the repository at this point in the history
chore: Bump version to 7.0.0
  • Loading branch information
Vaelor committed Oct 28, 2019
2 parents 40708af + 5bf3c98 commit 2888b65
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
7.0.0
'''''
Added Endpoints:
- `opengraph`
- `bots`

Fixes:
- Some pylint rules that failed have been fixed or where suppressed

Added:
- Support for Python 3.8
- Github actions with pylint is now active

BREAKING CHANGES:
- Support for python 3.4 was dropped

Thanks a lot to @maxbrunet for his contribution!

6.3.1
'''''
Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/mattermostdriver/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pylint: disable=invalid-name
full_version = '6.3.1'
full_version = '7.0.0'
short_version = '.'.join(full_version.split('.', 2)[:2])

0 comments on commit 2888b65

Please sign in to comment.