Skip to content

Commit 9a8d724

Browse files
committed
Bump version to 0.5
1 parent ae01380 commit 9a8d724

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
0.5 (???)
5-
---------
4+
0.5 (2016-12-23)
5+
----------------
66

77
Behavior change:
88
* Logging on tej.server now happens with level INFO (was WARNING).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def list_files(d, root):
2323
if sys.version_info < (2, 7):
2424
req.append('argparse')
2525
setup(name='tej',
26-
version='0.4',
26+
version='0.5',
2727
packages=['tej'],
2828
package_data={'tej': list_files('remotes', 'tej')},
2929
entry_points={

tej/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from tej.submission import * # noqa
22

3-
__version__ = '0.4'
3+
__version__ = '0.5'

0 commit comments

Comments
 (0)