Skip to content

Commit 29515d1

Browse files
committed
Update changelog; bump version; add @AdrianLC to AUTHORS
[close sloria#115] [close sloria#117] [close sloria#119]
1 parent 7367939 commit 29515d1

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ Contributors (chronological)
2020
- Adel Qalieh `@adelq <https://github.com/adelq>`_
2121
- Lage Ragnarsson `@lragnarsson <https://github.com/lragnarsson>`_
2222
- Jonathon Coe `@jonmcoe <https://github.com/jonmcoe>`_
23+
- Adrián López Calvo `@AdrianLC <https://github.com/AdrianLC>`_

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.11.1 (unreleased)
5+
-------------------
6+
7+
Bug fixes:
8+
9+
- Fix translation and language detection (:issue:`115`, :issue:`117`, :issue:`119`). Thanks :user:`AdrianLC` and :user:`jschnurr` for the fix. Thanks :user:`AdrianLC`, :user:`edgaralts`, and :user:`pouya-cognitiv` for reporting.
10+
411
0.11.0 (2015-11-01)
512
-------------------
613

textblob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = '0.11.0'
3+
__version__ = '0.11.1.dev0'
44
__license__ = 'MIT'
55
__author__ = 'Steven Loria'
66

0 commit comments

Comments
 (0)