Skip to content

Commit 7965833

Browse files
committed
Bump version to v7.0.0
1 parent 5392bfe commit 7965833

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '6.1' # telegram.__version__[:3]
61+
version = '7.0' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '6.1.0' # telegram.__version__
63+
release = '7.0.0' # telegram.__version__
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# 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.1.0'
20+
__version__ = '7.0.0'

0 commit comments

Comments
 (0)