Skip to content

Commit cf89fa9

Browse files
author
KP
committed
update version and release date
1 parent b64cd86 commit cf89fa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.mdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Some useful direct links within this section are below:
2323
* [Reference: Filter Syntax](https://github.com/shotgunsoftware/python-api/wiki/Reference%3A-Filter-Syntax)
2424

2525
## Changelog
26-
**v3.0.5 - 2010 Dec 1**
26+
**v3.0.5 - 2010 Dec 20**
2727

2828
+ officially remove support for old api3_preview controller
2929
+ find(): allow requesting a specific page of results instead of returning them all at once

shotgun_api3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# https://support.shotgunsoftware.com/forums/48807-developer-api-info
3333
# ---------------------------------------------------------------------------------------------
3434

35-
__version__ = "3.0.5 Dev"
35+
__version__ = "3.0.5"
3636

3737
# ---------------------------------------------------------------------------------------------
3838
# SUMMARY
@@ -58,7 +58,7 @@
5858
# CHANGELOG
5959
# ---------------------------------------------------------------------------------------------
6060
"""
61-
+v3.0.5 Dev - 2010 Dec 01
61+
+v3.0.5 - 2010 Dec 20
6262
+ officially remove support for old api3_preview controller
6363
+ find(): allow requesting a specific page of results instead of returning them all at once
6464

0 commit comments

Comments
 (0)