10000 Bump version to 3.4.2 · Stackdriver/twilio-python@45a4db8 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 45a4db8

Browse files
author
Kevin Burke
committed
Bump version to 3.4.2
1 parent c159fec commit 45a4db8

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
Version 3.4.2
7+
-------------
8+
9+
Released on January 2, 2013
10+
11+
Adds a convenience function to retrieve the members of a queue by running
12+
client.members("QU123").
13+
614
Version 3.3.11
715
--------------
816

bumping_version.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Checklist:
77
* Add a short change description to CHANGES
88
* Update the version number in `twilio/__init__.py`
99
* Update the version number in `docs/conf.py`
10+
* Commit the version bumps.
1011
* Tag a new release in Github with both the version and the `latest` tag.
1112

1213
git tag 3.3.9

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '3.4'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.4.0'
60+
release = '3.4.2'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = ('3', '4', '0')
1+
__version_info__ = ('3', '4', '2')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0