Skip to content

Commit 885edf3

Browse files
committed
Changes ready for 0.2.3 release.
1 parent bcb2119 commit 885edf3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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.
5656
release = version
5757

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup
99

1010
setup(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",

0 commit comments

Comments
 (0)