Bump version to v6.0.2

This commit is contained in:
Jannes Höke 2017-05-29 21:24:12 +02:00
parent ae33d33580
commit 1951d6fdcd
3 changed files with 9 additions and 3 deletions

View file

@ -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*

View file

@ -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.

View file

@ -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'