Skip to content

Commit

Permalink
CHANGES.rst: Added 7.0.1 release notes.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tsnoam committed Jul 28, 2017
1 parent 2ba7505 commit 13ab6d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changes
=======

**2017-07-28**
*Released 7.0.1*

- Fix TypeError exception in RegexHandler (PR #751).
- Small documentation fix (PR #749).

**2017-07-25**
*Released 7.0.0*

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 = '7.0' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags.
release = '7.0.0' # telegram.__version__
release = '7.0.1' # 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__ = '7.0.0'
__version__ = '7.0.1'

0 comments on commit 13ab6d4

Please sign in to comment.