Skip to content

Commit

Permalink
add changelog, version bump to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lxyu committed Nov 7, 2014
1 parent a412170 commit 4845aab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Meepo Changelog
===============

Version 0.1.8
-------------

Released on November 7, 2014.

- add RedisCacheReplicator
- add signal raw for better customization


Version 0.1.7
-------------

Expand Down
2 changes: 1 addition & 1 deletion meepo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.1.7"
__version__ = "0.1.8"

0 comments on commit 4845aab

Please sign in to comment.