File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
2
Changes
3
3
=======
4
+ **2018-03-05 **
5
+ *Released 10.0.1 *
6
+
7
+ Fixes:
8
+ - Fix conversationhandler timeout (PR `#1032 `_)
9
+ - Add missing docs utils (PR `#912 `_)
10
+
11
+ .. _`#1032` : https://github.com/python-telegram-bot/python-telegram-bot/pull/826
12
+ .. _`#912` : https://github.com/python-telegram-bot/python-telegram-bot/pull/826
13
+
4
14
**2018-03-02 **
5
15
*Released 10.0.0 *
6
16
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '10.0' # telegram.__version__[:3]
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '10.0.0 ' # telegram.__version__
63
+ release = '10.0.1 ' # telegram.__version__
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 17
17
# You should have received a copy of the GNU Lesser Public License
18
18
# along with this program. If not, see [http://www.gnu.org/licenses/].
19
19
20
- __version__ = '10.0.0 '
20
+ __version__ = '10.0.1 '
You can’t perform that action at this time.
0 commit comments