Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Oct 19, 2018
1 parent eda76fe commit 95d11f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Changelog
=========

v2.7.0 (2018-08-18)
-------------------

- Add support for sourcegraph
- Dependency updates


v2.6.0 (2018-06-26)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion git_browse/browse.py
Expand Up @@ -14,7 +14,7 @@
import webbrowser


__version__ = '2.6.0'
__version__ = '2.7.0'
GITHUB_HOST = '(?P<host>github\.com)'
UBER_HOST = '(?P<host>code\.uber\.internal)'
UBER_CONFIG_HOST = '(?P<host>config\.uber\.internal)'
Expand Down

0 comments on commit 95d11f7

Please sign in to comment.