Skip to content

Commit

Permalink
Version bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsman5133 committed Apr 25, 2019
1 parent 87eaa3f commit 540bb5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.1.1'
__version__ = '0.1.2'

from .client import Client
from .dataclasses import (
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Changelog
This page keeps a fairly detailed, human readable version
of what has changed, and whats new for each version of the lib.

v0.1.2
--------
BugFixes
~~~~~~~~~
- Fixed 2 problems which meant automatic token resets weren't working.
Please report any more bugs!

v0.1.1
--------
BugFixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open(os.path.join(os.getcwd(), 'requirements.txt')) as f:
requirements = f.read().splitlines()

version = '0.1.1'
version = '0.1.2'

readme = ''
with open('README.rst') as f:
Expand Down

0 comments on commit 540bb5b

Please sign in to comment.