Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Oct 15, 2017
1 parent d20318a commit d11bd4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
---------

Next release
************
3.0.0 (2017-10-15)
******************

- Support IPython>=5.0 (:issue:`20`). Drop support for IPython<5.0. Thanks :user:`rplevka` for
reporting.
- Use `$SHELL` as the default interpreter for commands if not explicitly
- Use ``$SHELL`` as the default interpreter for commands if not explicitly
specified.
- Remove invalid import in ``ipython`` module. Thanks :user:`axocomm`.
- Fix exiting a session with Ctrl-C in Python 3.
Expand Down
2 changes: 1 addition & 1 deletion doitlive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
get_current_vcs_branch
)

__version__ = '2.8.0'
__version__ = '3.0.0'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit d11bd4c

Please sign in to comment.