mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Bump version to v6.0.2
This commit is contained in:
parent
ae33d33580
commit
1951d6fdcd
3 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
**2017-05-21**
|
||||
**2017-05-29**
|
||||
|
||||
*Released 6.0.2*
|
||||
|
||||
- Avoid confusion with user's ``urllib3`` by renaming vendored ``urllib3`` to ``ptb_urllib3``
|
||||
|
||||
**2017-05-19**
|
||||
|
||||
*Released 6.0.1*
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ author = u'Leandro Toledo'
|
|||
# The short X.Y version.
|
||||
version = '6.0' # telegram.__version__[:3]
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '6.0.1' # telegram.__version__
|
||||
release = '6.0.2' # telegram.__version__
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
# You should have received a copy of the GNU Lesser Public License
|
||||
# along with this program. If not, see [http://www.gnu.org/licenses/].
|
||||
|
||||
__version__ = '6.0.1'
|
||||
__version__ = '6.0.2'
|
||||
|
|
Loading…
Reference in a new issue