Skip to content

Commit 9d6c394

Browse files
committed
Bump version to v6.0.3
1 parent 1951d6f commit 9d6c394

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changes
44

55
**2017-05-29**
66

7+
*Released 6.0.3*
8+
9+
- Faulty PyPI release
10+
11+
**2017-05-29**
12+
713
*Released 6.0.2*
814

915
- Avoid confusion with user's ``urllib3`` by renaming vendored ``urllib3`` to ``ptb_urllib3``

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '6.0' # telegram.__version__[:3]
6363
# The full version, including alpha/beta/rc tags.
64-
release = '6.0.2' # telegram.__version__
64+
release = '6.0.3' # telegram.__version__
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU Lesser Public License
1818
# along with this program. If not, see [http://www.gnu.org/licenses/].
1919

20-
__version__ = '6.0.2'
20+
__version__ = '6.0.3'

0 commit comments

Comments
 (0)