Skip to content

Commit

Permalink
Bump version to v<VERSION>
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnoam committed Aug 29, 2019
1 parent 738e5a0 commit c84e21d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '12.0' # telegram.__version__[:3]
# 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
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion telegram/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '12.0.0b1'
__version__ = '12.0.0'

0 comments on commit c84e21d

Please sign in to comment.