Skip to content

Commit 2c2aaea

Browse files
committed
Bump version to v5.1.1
1 parent 50a4cff commit 2c2aaea

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changes
33
=======
44

5+
**2016-10-10**
6+
7+
*Released 5.1.1*
8+
9+
- Fix documentation builds on readthedocs
10+
511
**2016-09-24**
612

713
*Released 5.1*

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '5.1' # telegram.__version__[:3]
6363
# The full version, including alpha/beta/rc tags.
64-
release = '5.1.0' # telegram.__version__
64+
release = '5.1.1' # telegram.__version__
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU Lesser Public License
1818
# along with this program. If not, see [http://www.gnu.org/licenses/].
1919

20-
__version__ = '5.1.0'
20+
__version__ = '5.1.1'

0 commit comments

Comments
 (0)