File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = '0.1'
6363# The full version, including alpha/beta/rc tags.
64- release = '0.1.38 '
64+ release = '0.1.39 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 33Release Notes
44=============
55
6+ v0.1.39
7+ -------
8+ .. Pull requests 165, 166, 167
9+
10+ -- Fixes
11+ - View messages on destination now fetches from the correct place.
12+ - Disabled channel messages endpoint if there is no destination configured.
13+
614v0.1.38
715-------
816.. Pull request 164
Original file line number Diff line number Diff line change 2929from junebug .api import JunebugApi # noqa
3030
3131__all__ = ['JunebugApi' ]
32- __version__ = '0.1.38 '
32+ __version__ = '0.1.39 '
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read_file(filename):
88
99setup (
1010 name = 'junebug' ,
11- version = '0.1.38 ' ,
11+ version = '0.1.39 ' ,
1212 url = 'http://github.com/praekelt/junebug' ,
1313 license = 'BSD' ,
1414 description = (
You can’t perform that action at this time.
0 commit comments