~ubuntu-branches/ubuntu/trusty/python-jujuclient/trusty-proposed

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-04 18:00:18 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140304180018-qgptdjrphem51igz
Tags: 0.17.3-0ubuntu1
* New upstream release:
  - Avoid issues with 'state watcher was stopped' messages when
    processes are forced to re-connect to Juju MongoDB (LP: #1284690).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
setup(
8
8
    name="jujuclient",
9
 
    version="0.15",
 
9
    version="0.17.3",
10
10
    description="A juju-core/gojuju simple synchronous python api client.",
11
11
    author="Kapil Thangavelu",
12
12
    author_email="kapil.foss@gmail.com",