Skip to content

Commit d4dd6cf

Browse files
committed
Release 0.1.39
1 parent 0070ae2 commit d4dd6cf

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

‎docs/conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '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.

‎docs/release-notes.rst‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release 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+
614
v0.1.38
715
-------
816
.. Pull request 164

‎junebug/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
from junebug.api import JunebugApi # noqa
3030

3131
__all__ = ['JunebugApi']
32-
__version__ = '0.1.38'
32+
__version__ = '0.1.39'

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read_file(filename):
88

99
setup(
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=(

0 commit comments

Comments
 (0)