mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-18 07:10:46 +01:00
Bump version to v7.0.0
This commit is contained in:
parent
5392bfead0
commit
796583323d
2 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@ author = u'Leandro Toledo'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '6.1' # telegram.__version__[:3]
|
||||
version = '7.0' # telegram.__version__[:3]
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '6.1.0' # telegram.__version__
|
||||
release = '7.0.0' # telegram.__version__
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -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.1.0'
|
||||
__version__ = '7.0.0'
|
||||
|
|
Loading…
Reference in a new issue