Skip to content

Commit 4270d9d

Browse files
committed
add changelog, version bump to v0.1.4
1 parent 746b984 commit 4270d9d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Meepo Changelog
22
===============
33

4+
Version 0.1.4
5+
-------------
6+
7+
Released on September 2, 2014.
8+
9+
- now print queue size in logging message
10+
- allow multiple workers (consisten hash on pk) for event
11+
12+
413
Version 0.1.3
514
-------------
615

meepo/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# -*- coding: utf-8 -*-
2+
3+
__version__ = "0.1.4"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
setup(name="meepo",
43-
version="0.1.3",
43+
version=__import__("meepo").__version__,
4444
description="event sourcing for databases.",
4545
keywords="eventsourcing event sourcing replication cache elasticsearch",
4646
author="Lx Yu",

0 commit comments

Comments
 (0)