Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahaja committed Sep 6, 2014
1 parent e7dc5ac commit 20a48f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- v0.5.0 [Not released] ---
--- v0.5.0 [2014-09-06] ---

* [NEW] Added HTTPS support.

Expand Down
2 changes: 1 addition & 1 deletion psdash/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion psdash/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _run_web(self):
self.server.serve_forever()

def run(self):
logger.info('Starting psdash v0.4.0')
logger.info('Starting psdash v0.5.0')

self._setup_locale()
self._setup_workers()
Expand Down

0 comments on commit 20a48f2

Please sign in to comment.