Skip to content

Commit 4c3b08c

Browse files
Merge pull request #133 from klehman-rally/master
add TestFolderStatus attribute for TestFolder, version is 1.4.1
2 parents fc780ad + be3a874 commit 4c3b08c

34 files changed

+101
-50
lines changed

PKG-INFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Metadata-Version: 1.1
22
Name: pyral
3-
Version: 1.4.0
3+
Version: 1.4.1
44
Summary: Python toolkit for Agile Central (Rally) REST API
55
Home-page: https://github.com/RallyTools/RallyRestToolkitForPython
66
Author: Kip Lehman (CA Technologies, AgileCentral Business Unit)
77
License: BSD
8-
Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dists/pyral-1.4.0.zip
8+
Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dists/pyral-1.4.1.zip
99
Description: This is the README file for pyral, a package implementing a
1010
Pythonic interface to the Agile Central (formerly Rally) REST API
1111

@@ -28,7 +28,7 @@ Description: This is the README file for pyral, a package implementing a
2828
The pyral package requires the use of Kenneth Reitz's requests package using version 2.8.0 or better.
2929
As of requests version 2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
3030
The requests package can be found via the Python Package Index site (http://pypi/python.org/index).
31-
The most recent release of pyral (1.4.0) has been tested with requests 2.12.5.
31+
The most recent release of pyral (1.4.1) has been tested with requests 2.12.5.
3232
The six module is also required.
3333

3434

README.rst

Lines changed: 6 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.4.0) has been tested using requests 2.12.5.
51+
The most recent release of pyral (1.4.1) 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, 4, 0)
79+
(1, 4, 1)
8080

8181

8282

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

283283
Versions
284284
--------
285+
**1.4.1**
286+
Support for TestFolderStatus attribute in TestFolder.
287+
Fixed defect in addCollectionItems
288+
285289
**1.4.0**
286290
Support for PullRequest entity object (subclassed from Connection).
287291

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.4.0) has been tested with requests 2.12.5.
23+
The most recent release of pyral (1.4.1) 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.4.0"
17+
VERSION = "1.4.1"
1818

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

dist/pyral-1.4.1.docs.html.zip

874 KB
Binary file not shown.

dist/pyral-1.4.1.tar.gz

950 KB
Binary file not shown.

dists/pyral-1.4.1.tar.gz

950 KB
Binary file not shown.

dists/pyral-1.4.1.zip

329 KB
Binary file not shown.
1.78 KB
Binary file not shown.

0 commit comments

Comments
 (0)