Skip to content

Commit 67f6a5d

Browse files
committed
add support for PullRequest entity, upped version to 1.4.0
1 parent f26c27b commit 67f6a5d

25 files changed

+40
-37
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Obtain the requests_ package and install it according to that package's directio
4848
As of requests-2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
4949
Use of requests-2.x or better is recommended for use with pyral.
5050
The requests_ package can be found via the Python Package Index site (http://pypi/python.org/index).
51-
The most recent release of pyral (1.3.2) has been tested using requests 2.12.5.
51+
The most recent release of pyral (1.4.0) has been tested using requests 2.12.5.
5252

5353
Obtain and install the six_ module (available from PyPI at https://pypi.python.org/pypi/six)
5454

@@ -76,7 +76,7 @@ relevant packages.
7676
>> import requests
7777
>> import pyral
7878
>> pyral.__version__
79-
(1, 3, 2)
79+
(1, 4, 0)
8080

8181

8282

@@ -282,6 +282,9 @@ Prerequisites
282282

283283
Versions
284284
--------
285+
**1.4.0**
286+
Support for PullRequest entity object (subclassed from Connection).
287+
285288
**1.3.2**
286289
Allow for initial connection using a workspace name containing chars that need to be urlencoded.
287290

README.short

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements
2020
The pyral package requires the use of Kenneth Reitz's requests package using version 2.8.0 or better.
2121
As of requests version 2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
2222
The requests package can be found via the Python Package Index site (http://pypi/python.org/index).
23-
The most recent release of pyral (1.3.2) has been tested with requests 2.12.5.
23+
The most recent release of pyral (1.4.0) has been tested with requests 2.12.5.
2424
The six module is also required.
2525

2626

build_dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import re
1515

1616
PACKAGE_NAME = "pyral"
17-
VERSION = "1.3.2"
17+
VERSION = "1.4.0"
1818

1919
AUX_FILES = ['MANIFEST.in',
2020
'PKG-INFO',
48 Bytes
Binary file not shown.

doc/build/doctrees/index.doctree

27 Bytes
Binary file not shown.
912 Bytes
Binary file not shown.
6 Bytes
Binary file not shown.

doc/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: be043af57ca576920d9be079088a31c7
3+
config: c43044dc0086d4911304d8ce8a335bd6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

doc/build/html/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111

12-
<title>Index &mdash; pyral 1.3.2 documentation</title>
12+
<title>Index &mdash; pyral 1.4.0 documentation</title>
1313

1414

1515

@@ -34,7 +34,7 @@
3434
<link rel="index" title="Index"
3535
href="#"/>
3636
<link rel="search" title="Search" href="search.html"/>
37-
<link rel="top" title="pyral 1.3.2 documentation" href="index.html"/>
37+
<link rel="top" title="pyral 1.4.0 documentation" href="index.html"/>
3838

3939

4040
<script src="_static/js/modernizr.min.js"></script>
@@ -63,7 +63,7 @@
6363

6464

6565
<div class="version">
66-
1.3.2
66+
1.4.0
6767
</div>
6868

6969

@@ -437,7 +437,7 @@ <h2 id="U">U</h2>
437437
<script type="text/javascript">
438438
var DOCUMENTATION_OPTIONS = {
439439
URL_ROOT:'./',
440-
VERSION:'1.3.2',
440+
VERSION:'1.4.0',
441441
COLLAPSE_INDEX:false,
442442
FILE_SUFFIX:'.html',
443443
HAS_SOURCE: true

doc/build/html/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Python toolkit for the Rally REST API &mdash; pyral 1.3.2 documentation</title>
11+
<title>Python toolkit for the Rally REST API &mdash; pyral 1.4.0 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="pyral 1.3.2 documentation" href="#"/>
36+
<link rel="top" title="pyral 1.4.0 documentation" href="#"/>
3737
<link rel="next" title="Python toolkit for the Rally REST API" href="overview.html"/>
3838

3939

@@ -63,7 +63,7 @@
6363

6464

6565
<div class="version">
66-
1.3.2
66+
1.4.0
6767
</div>
6868

6969

@@ -226,7 +226,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
226226
<script type="text/javascript">
227227
var DOCUMENTATION_OPTIONS = {
228228
URL_ROOT:'./',
229-
VERSION:'1.3.2',
229+
VERSION:'1.4.0',
230230
COLLAPSE_INDEX:false,
231231
FILE_SUFFIX:'.html',
232232
HAS_SOURCE: true

0 commit comments

Comments
 (0)