File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 0.2.3
4+
5+ * Fixed version number of distribution to match documentation.
6+
7+ ## 0.2.2
8+
9+ * Finished docstrings and doctests.
10+
11+ ## 0.2.1
12+
13+ * Added some docstrings.
14+
315## 0.2
416
517* created source distribution [ #2 ] ( https://github.com/jkeyes/python-intercom/issues/2 )
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '0.2.2 '
54+ version = '0.2.3 '
5555# The full version, including alpha/beta/rc tags.
5656release = version
5757
Original file line number Diff line number Diff line change 88from setuptools import setup
99
1010setup (name = "python-intercom" ,
11- version = '0.2.0 ' ,
11+ version = '0.2.3 ' ,
1212 description = "Intercom API wrapper" ,
1313 long_description = open ('README.md' ).read (),
1414 author = "John Keyes" ,
You can’t perform that action at this time.
0 commit comments