diff --git a/CHANGES.rst b/CHANGES.rst index b05fc3dc5..519adbba5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Changes **2017-05-29** +*Released 6.0.3* + +- Faulty PyPI release + +**2017-05-29** + *Released 6.0.2* - Avoid confusion with user's ``urllib3`` by renaming vendored ``urllib3`` to ``ptb_urllib3`` diff --git a/docs/source/conf.py b/docs/source/conf.py index d80714c0b..e1033d2cb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.2' # telegram.__version__ +release = '6.0.3' # telegram.__version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/telegram/version.py b/telegram/version.py index 5bf5f688e..ffd7b3ea0 100644 --- a/telegram/version.py +++ b/telegram/version.py @@ -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.2' +__version__ = '6.0.3'