Merge lp:~frankban/juju-quickstart/jujubundlelib-017 into lp:juju-quickstart

Proposed by Francesco Banconi
Status: Merged
Merged at revision: 132
Proposed branch: lp:~frankban/juju-quickstart/jujubundlelib-017
Merge into: lp:juju-quickstart
Diff against target: 51 lines (+5/-5)
2 files modified
quickstart/__init__.py (+1/-1)
tox.ini (+4/-4)
To merge this branch: bzr merge lp:~frankban/juju-quickstart/jujubundlelib-017
Reviewer Review Type Date Requested Status
Juju GUI Hackers Pending
Review via email: mp+258754@code.launchpad.net

Description of the change

Update to jujubundlelib v0.1.7.

Also bump version up to 2.1.0.

https://codereview.appspot.com/234400043/

To post a comment you must log in.
Revision history for this message
Francesco Banconi (frankban) wrote :

Reviewers: mp+258754_code.launchpad.net,

Message:
Please take a look.

Description:
Update to jujubundlelib v0.1.7.

Also bump version up to 2.1.0.

https://code.launchpad.net/~frankban/juju-quickstart/jujubundlelib-017/+merge/258754

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/234400043/

Affected files (+7, -5 lines):
   A [revision details]
   M quickstart/__init__.py
   M tox.ini

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: <email address hidden>
+New revision:
<email address hidden>

Index: tox.ini
=== modified file 'tox.ini'
--- tox.ini 2015-04-30 13:50:41 +0000
+++ tox.ini 2015-05-11 10:55:51 +0000
@@ -72,7 +72,7 @@
      # See https://launchpad.net/~juju/+archive/ubuntu/stable.
      websocket-client==0.18.0
      jujuclient==0.50.1
- jujubundlelib==0.1.6
+ jujubundlelib==0.1.7
      urwid==1.2.1
      # The distribution PyYAML requirement is used in this case.

@@ -82,7 +82,7 @@
      # Ubuntu 14.04 (trusty) distro dependencies.
      websocket-client==0.12.0
      jujuclient==0.17.5
- jujubundlelib==0.1.6
+ jujubundlelib==0.1.7
      PyYAML==3.10
      urwid==1.1.1

@@ -92,7 +92,7 @@
      # Ubuntu 14.10 (utopic) distro dependencies.
      websocket-client==0.12.0
      jujuclient==0.17.5
- jujubundlelib==0.1.6
+ jujubundlelib==0.1.7
      PyYAML==3.11
      urwid==1.2.1

@@ -102,7 +102,7 @@
      # Ubuntu 15.04 (vivid) distro dependencies.
      websocket-client==0.18.0
      jujuclient==0.18.5
- jujubundlelib==0.1.6
+ jujubundlelib==0.1.7
      PyYAML==3.11
      urwid==1.2.1

Index: quickstart/__init__.py
=== modified file 'quickstart/__init__.py'
--- quickstart/__init__.py 2015-05-07 19:48:26 +0000
+++ quickstart/__init__.py 2015-05-11 10:55:51 +0000
@@ -45,7 +45,7 @@
  Once Juju has been installed, the command can also be run as a juju plugin,
  without the hyphen ("juju quickstart").
  """
-VERSION = (2, 0, 2)
+VERSION = (2, 1, 0)

  def get_version():

Revision history for this message
Francesco Banconi (frankban) wrote :
Revision history for this message
Francesco Banconi (frankban) wrote :

*** Submitted:

Update to jujubundlelib v0.1.7.

Also bump version up to 2.1.0.

R=
CC=
https://codereview.appspot.com/234400043

https://codereview.appspot.com/234400043/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'quickstart/__init__.py'
2--- quickstart/__init__.py 2015-05-07 19:48:26 +0000
3+++ quickstart/__init__.py 2015-05-11 11:12:41 +0000
4@@ -45,7 +45,7 @@
5 Once Juju has been installed, the command can also be run as a juju plugin,
6 without the hyphen ("juju quickstart").
7 """
8-VERSION = (2, 0, 2)
9+VERSION = (2, 1, 0)
10
11
12 def get_version():
13
14=== modified file 'tox.ini'
15--- tox.ini 2015-04-30 13:50:41 +0000
16+++ tox.ini 2015-05-11 11:12:41 +0000
17@@ -72,7 +72,7 @@
18 # See https://launchpad.net/~juju/+archive/ubuntu/stable.
19 websocket-client==0.18.0
20 jujuclient==0.50.1
21- jujubundlelib==0.1.6
22+ jujubundlelib==0.1.7
23 urwid==1.2.1
24 # The distribution PyYAML requirement is used in this case.
25
26@@ -82,7 +82,7 @@
27 # Ubuntu 14.04 (trusty) distro dependencies.
28 websocket-client==0.12.0
29 jujuclient==0.17.5
30- jujubundlelib==0.1.6
31+ jujubundlelib==0.1.7
32 PyYAML==3.10
33 urwid==1.1.1
34
35@@ -92,7 +92,7 @@
36 # Ubuntu 14.10 (utopic) distro dependencies.
37 websocket-client==0.12.0
38 jujuclient==0.17.5
39- jujubundlelib==0.1.6
40+ jujubundlelib==0.1.7
41 PyYAML==3.11
42 urwid==1.2.1
43
44@@ -102,7 +102,7 @@
45 # Ubuntu 15.04 (vivid) distro dependencies.
46 websocket-client==0.18.0
47 jujuclient==0.18.5
48- jujubundlelib==0.1.6
49+ jujubundlelib==0.1.7
50 PyYAML==3.11
51 urwid==1.2.1
52

Subscribers

People subscribed via source and target branches