Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
- Make ProcSerializer inherit from object (#47)
  • Loading branch information
ryanhiebert committed Dec 10, 2018
1 parent 4b09696 commit 9f35c3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
0.6 (2018-10-10
---------------
0.7 (2018-12-10)
----------------

- Make ProcSerializer inherit from object (#47)

0.6 (2018-10-10)
----------------

- Use concurrent futures to reduce blocking IO (#37)
- Add a test suite (#41)
Expand Down
2 changes: 1 addition & 1 deletion hirefire/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6'
__version__ = '0.7'

0 comments on commit 9f35c3a

Please sign in to comment.