Skip to content

Commit 6f84acb

Browse files
committed
Packaging for v3.0.22 release
1 parent 5002efe commit 6f84acb

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,18 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56-
**v3.0.22 - TBD**
57-
58-
+ TBD
56+
**v3.0.22 - 2015 September 9**
57+
58+
+ Added method text_search() which allows an API client to access
59+
the Shotgun global search and auto completer.
60+
+ Added method activity_stream_read() which allows an API client
61+
to access the activity stream for a given Shotgun entity.
62+
+ Added method note_thread_read() which allows an API client to
63+
download an entire note conversation, including replies and
64+
attachments, using a single API call.
65+
+ Added an experimental 'mockgun' module which can be used to emulate
66+
the Shotgun API, for example inside unit test rigs.
67+
+ [minor] Improved docstrings.
5968

6069
**v3.0.21 - 2015 Aug 13**
6170

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='shotgun_api3',
20-
version='3.0.21',
20+
version='3.0.22',
2121
description='Shotgun Python API ',
2222
long_description=readme,
2323
author='Shotgun Software',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
# ----------------------------------------------------------------------------
7878
# Version
79-
__version__ = "3.0.22.dev"
79+
__version__ = "3.0.22"
8080

8181
# ----------------------------------------------------------------------------
8282
# Errors

0 commit comments

Comments
 (0)