Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge branch 'relengapi-1.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 9, 2015
2 parents 61233c8 + ac8967d commit b1641c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/relnotes/1.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
relengapi-1.1.1
===============

* Add special case for connecting to S3

The typical boto.connect_s3 method doesn't take a 'region' argument like most
of the others, so we use boto.s3.connect_to_region instead.

* Minor HTML and Python style updates.
1 change: 1 addition & 0 deletions docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Release Notes
=============

.. toctree::
1.1.1
1.1.0
1.0.1
1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='relengapi',
version='1.1.0',
version='1.1.1',
description='The code behind https://api.pub.build.mozilla.org',
author='Dustin J. Mitchell',
author_email='dustin@mozilla.com',
Expand Down

0 comments on commit b1641c0

Please sign in to comment.