Skip to content

Commit 97d5bb6

Browse files
committed
Bump version to 0.1.5
1 parent d2462cc commit 97d5bb6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Changelog
1919
an_investor = round.investments[0] # a InvestorInvestmentPageItem
2020
print(str(an_investor)) # prints: Investor Name $100000
2121

22+
* Add simplified Contribution guidelines in README
23+
2224
0.1.4 (2015-02-13)
2325
-----------------------------------------
2426

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ To run the all tests run::
9797

9898
tox
9999

100+
Contributions are always welcome!
101+
102+
Use `GitHub issues <https://github.com/ngzhian/pycrunchbase/issues>`_
103+
to report a bug or send feedback.
104+
105+
The best way to send feedback is to file an issue at https://github.com/ngzhian/pycrunchbase/issues.
106+
100107
Goals
101108
=====
102109

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.1.4",
27+
version="0.1.5",
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"))),

0 commit comments

Comments
 (0)