Bump version to v7.0.0

This commit is contained in:
Noam Meltzer 2017-07-25 22:53:20 +03:00
parent 5392bfead0
commit 796583323d
2 changed files with 3 additions and 3 deletions

View file

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

View file

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