mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Bump version to v6.0.3
This commit is contained in:
parent
1951d6fdcd
commit
9d6c394b02
3 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,12 @@ Changes
|
||||||
|
|
||||||
**2017-05-29**
|
**2017-05-29**
|
||||||
|
|
||||||
|
*Released 6.0.3*
|
||||||
|
|
||||||
|
- Faulty PyPI release
|
||||||
|
|
||||||
|
**2017-05-29**
|
||||||
|
|
||||||
*Released 6.0.2*
|
*Released 6.0.2*
|
||||||
|
|
||||||
- Avoid confusion with user's ``urllib3`` by renaming vendored ``urllib3`` to ``ptb_urllib3``
|
- Avoid confusion with user's ``urllib3`` by renaming vendored ``urllib3`` to ``ptb_urllib3``
|
||||||
|
|
|
@ -61,7 +61,7 @@ author = u'Leandro Toledo'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '6.0' # telegram.__version__[:3]
|
version = '6.0' # telegram.__version__[:3]
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '6.0.2' # telegram.__version__
|
release = '6.0.3' # 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__ = '6.0.2'
|
__version__ = '6.0.3'
|
||||||
|
|
Loading…
Reference in a new issue