Skip to content

Commit

Permalink
Preparing release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed May 12, 2015
1 parent a67c1b9 commit 3c64c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fuselage
========

0.0.6 (unreleased)
0.0.6 (2015-05-12)
------------------

- Fix the runner on py3. json.loads won't accept bytes.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.0.6.dev0'
version = '0.0.6'

setup(
name='fuselage',
Expand Down

0 comments on commit 3c64c05

Please sign in to comment.