Bump version to v<VERSION>

This commit is contained in:
Noam Meltzer 2019-08-29 21:25:28 +03:00
parent 738e5a0784
commit c84e21d8eb
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ Changelog
Version 12.0.0 Version 12.0.0
================ ================
*Released 2019-08-28* *Released 2019-08-29*
Well... This felt like decades. But here we are with a new release. Well... This felt like decades. But here we are with a new release.

View file

@ -60,7 +60,7 @@ author = u'Leandro Toledo'
# The short X.Y version. # The short X.Y version.
version = '12.0' # telegram.__version__[:3] version = '12.0' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '12.0.0b1' # telegram.__version__ release = '12.0.0' # telegram.__version__
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View file

@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser Public License # You should have received a copy of the GNU Lesser Public License
# along with this program. If not, see [http://www.gnu.org/licenses/]. # along with this program. If not, see [http://www.gnu.org/licenses/].
__version__ = '12.0.0b1' __version__ = '12.0.0'