Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 23, 2016
1 parent ae01380 commit 9a8d724
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

0.5 (???)
---------
0.5 (2016-12-23)
----------------

Behavior change:
* Logging on tej.server now happens with level INFO (was WARNING).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def list_files(d, root):
if sys.version_info < (2, 7):
req.append('argparse')
setup(name='tej',
version='0.4',
version='0.5',
packages=['tej'],
package_data={'tej': list_files('remotes', 'tej')},
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion tej/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from tej.submission import * # noqa

__version__ = '0.4'
__version__ = '0.5'

0 comments on commit 9a8d724

Please sign in to comment.