Skip to content

Commit d172577

Browse files
committed
Bump to v0.3.6
1 parent 76807ad commit d172577

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
0.3.6 (2015-10-21)
6+
* Alias 'PressReference' to news
7+
* Fix checking for the type of a PageItem, use lowercase compare
8+
* Update test data, those were out of sync with what CrunchBase no returns. Specifically the test data for Fund and Relationship (Organization.past_team)
9+
510
0.3.5 (2015-09-28)
611
* Fixed handling null rleationships that api returns
712
* Update setup.py release alias

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name="pycrunchbase",
27-
version="0.3.5",
27+
version="0.3.6",
2828
license="MIT",
2929
description="Python bindings to CrunchBase",
3030
long_description="{0}\n{1}".format(read("README.rst"), re.sub(":obj:`~?(.*?)`", r"``\1``", read("CHANGELOG.rst"))),

src/pycrunchbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727

2828

29-
__version__ = "0.3.5"
29+
__version__ = "0.3.6"
3030

3131
__all__ = [
3232
'Acquisition',

0 commit comments

Comments
 (0)