Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaelor committed Oct 16, 2017
1 parent 297927c commit a15ed1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.0
'''''
- Removed python 3.3 from supported versions
- Add data_retention endpoint

2.3.0
'''''
Make a `basepath` available in `Client.make_request()`.
Expand Down
2 changes: 1 addition & 1 deletion src/mattermostdriver/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
full_version = '2.3.0'
full_version = '3.0.0'
short_version = '.'.join(full_version.split('.', 2)[:2])

0 comments on commit a15ed1d

Please sign in to comment.