Skip to content

Commit 84e5215

Browse files
committed
upped rev info in pyral modules to (0,8,12)
1 parent b3c01f4 commit 84e5215

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed

dists/pyral-0.8.12.tar.gz

109 KB
Binary file not shown.

dists/pyral-0.8.12.zip

127 KB
Binary file not shown.

pyral/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = (0, 8, 11)
1+
__version__ = (0, 8, 12)
22
from .config import rallySettings
33
from .restapi import Rally, RallyRESTAPIError, RallyUrlBuilder
44
from .rallyresp import RallyRESTResponse

pyral/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
###################################################################################################
88

9-
__version__ = (0, 8, 11)
9+
__version__ = (0, 8, 12)
1010

1111
import datetime
1212
import os

pyral/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
###################################################################################################
1010

11-
__version__ = (0, 8, 11)
11+
__version__ = (0, 8, 12)
1212

1313
import sys
1414
import time

pyral/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
###################################################################################################
1010

11-
__version__ = (0, 8, 11)
11+
__version__ = (0, 8, 12)
1212

1313
import sys
1414

pyral/hydrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
###################################################################################################
1111

12-
__version__ = (0, 8, 11)
12+
__version__ = (0, 8, 12)
1313

1414
import types
1515
from pprint import pprint

pyral/rallyresp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
###################################################################################################
1212

13-
__version__ = (0, 8, 11)
13+
__version__ = (0, 8, 12)
1414

1515
import sys
1616
import re

pyral/restapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
###################################################################################################
1212

13-
__version__ = (0, 8, 11)
13+
__version__ = (0, 8, 12)
1414

1515
import sys, os
1616
import re

0 commit comments

Comments
 (0)