Bump version to v6.0.3

This commit is contained in:
Jannes Höke 2017-05-29 22:55:15 +02:00
parent 1951d6fdcd
commit 9d6c394b02
3 changed files with 8 additions and 2 deletions

View file

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

View file

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

View file

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