Skip to content

Commit 637b5d5

Browse files
author
Neil Grey
committed
For #34500 : prepping for release
1 parent 9894b84 commit 637b5d5

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56-
**v3.0.26 - TBD**
56+
**v3.0.27 - TBD**
57+
58+
**v3.0.26 - 2016 Feb 1**
59+
60+
+ Updating testing framework to use environment variables inconjunction with existing example_config file so that commits and pull requests are automatically run on travis-ci.
61+
+ Fix to prevent stripping out case-sensitivity of a URL if the user passes their credentials to config.server as an authrization header.
5762

5863
**v3.0.25 - 2016 Jan 12**
5964

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.25',
20+
version='3.0.26',
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
@@ -78,7 +78,7 @@
7878

7979
# ----------------------------------------------------------------------------
8080
# Version
81-
__version__ = "3.0.26.dev"
81+
__version__ = "3.0.26"
8282

8383
# ----------------------------------------------------------------------------
8484
# Errors

0 commit comments

Comments
 (0)