rpathsync / jiranemo

Python interface for interacting with JIRA's (http://www.atlassian.com/software/jira/) XML-RPC and SOAP interfaces.

Clone this repository (size: 86.5 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/jiranemo/
commit 14: eeac05710444
parent 13: 548f6434582c
branch: default
tags: jiranemo-0.2.1
0.2.1
David Christian
3 years ago

Changed (Δ78 bytes):

raw changeset »

Make.defs (1 lines added, 1 lines removed)

NEWS (4 lines added, 0 lines removed)

Up to file-list Make.defs:

12
12
# full details.
13
13
#
14
14
15
VERSION=0.2
15
VERSION=0.2.1
16
16
# used for making the ccs
17
17
export DATE=$(shell date +'%Y_%m_%d_%H%M')
18
18
export CCSVERSION=$(VERSION)_$(DATE)

Up to file-list NEWS:

1
Changes in 0.2.1:
2
    * brown paper bag release - 0.2 was missing auth.py
3
1
4
Changes in 0.2:
2
5
    * Add filter and issue commands
3
6
    * Add "attach" command
@@ -8,5 +11,6 @@ Changes in 0.2:
8
11
      your config file.
9
12
    * Add initial support for converting SOAP errors into more normal python
10
13
      exceptions.
14
11
15
Changes in 0.1:
12
16
    * Initial release