mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
CHANGES.rst: Added 7.0.1 release notes.
[ci skip]
This commit is contained in:
parent
2ba7505eaf
commit
13ab6d43d3
3 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,12 @@
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
**2017-07-28**
|
||||||
|
*Released 7.0.1*
|
||||||
|
|
||||||
|
- Fix TypeError exception in RegexHandler (PR #751).
|
||||||
|
- Small documentation fix (PR #749).
|
||||||
|
|
||||||
**2017-07-25**
|
**2017-07-25**
|
||||||
*Released 7.0.0*
|
*Released 7.0.0*
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ author = u'Leandro Toledo'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '7.0' # telegram.__version__[:3]
|
version = '7.0' # telegram.__version__[:3]
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '7.0.0' # telegram.__version__
|
release = '7.0.1' # telegram.__version__
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
# You should have received a copy of the GNU Lesser Public License
|
# You should have received a copy of the GNU Lesser Public License
|
||||||
# along with this program. If not, see [http://www.gnu.org/licenses/].
|
# along with this program. If not, see [http://www.gnu.org/licenses/].
|
||||||
|
|
||||||
__version__ = '7.0.0'
|
__version__ = '7.0.1'
|
||||||
|
|
Loading…
Reference in a new issue