Skip to content

Commit 13ab6d4

Browse files
committed
CHANGES.rst: Added 7.0.1 release notes.
[ci skip]
1 parent 2ba7505 commit 13ab6d4

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+
**2017-07-28**
6+
*Released 7.0.1*
7+
8+
- Fix TypeError exception in RegexHandler (PR #751).
9+
- Small documentation fix (PR #749).
10+
511
**2017-07-25**
612
*Released 7.0.0*
713

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '7.0' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '7.0.0' # telegram.__version__
63+
release = '7.0.1' # telegram.__version__
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# 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__ = '7.0.0'
20+
__version__ = '7.0.1'

0 commit comments

Comments
 (0)