Skip to content

Commit a623c32

Browse files
author
bluepizzey
committed
Bump version to 0.3.0.
1 parent c7eefb4 commit a623c32

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
0.3.0 (2016-07-08)
6+
------------------
7+
8+
* Added Docker support.
9+
510
0.2.0 (2016-07-08)
611
------------------
712

eridu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Keiron J. Pizzey'
44
__email__ = '[email protected]'
5-
__version__ = '0.2.0'
5+
__version__ = '0.3.0'
66

77

88
from eridu.core import get_post_ids, split_post_ids, get_questions, get_answers, filter_posts_by_tag

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='sopython-eridu',
23-
version='0.2.0',
23+
version='0.3.0',
2424
description="Project Cradle library for accessing historic SO content.",
2525
long_description=readme + '\n\n' + history,
2626
author="Keiron J. Pizzey",

0 commit comments

Comments
 (0)