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 1
1
# Changes
2
2
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
+
3
15
## 0.2
4
16
5
17
* created source distribution [ #2 ] ( https://github.com/jkeyes/python-intercom/issues/2 )
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '0.2.2 '
54
+ version = '0.2.3 '
55
55
# The full version, including alpha/beta/rc tags.
56
56
release = version
57
57
Original file line number Diff line number Diff line change 8
8
from setuptools import setup
9
9
10
10
setup (name = "python-intercom" ,
11
- version = '0.2.0 ' ,
11
+ version = '0.2.3 ' ,
12
12
description = "Intercom API wrapper" ,
13
13
long_description = open ('README.md' ).read (),
14
14
author = "John Keyes" ,
You can’t perform that action at this time.
0 commit comments