Skip to content

Commit 4224cfa

Browse files
author
Juan Tirado
committed
Set language. Fix changelog.
1 parent 72056c0 commit 4224cfa

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

docs/changelog.rst

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ endpoints for secrets backend.
1111

1212
This release works with any Juju 3.x controller.
1313

14-
## What's Changed
14+
What's Changed
15+
==============
16+
1517
* [JUJU-3202] Add facades for 3.1.1. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/807
1618
* Add destroy units by @cderici in https://github.com/juju/python-libjuju/pull/812
1719
* [JUJU-3517] Revisit _build_facades in connection by @cderici in https://github.com/juju/python-libjuju/pull/826
@@ -29,7 +31,9 @@ Connectivity with juju controllers in the 3.x series is allowed, connections wit
2931

3032
This version is only tested using Juju 3.1.0.
3133

32-
## What's Changed
34+
What's Changed
35+
==============
36+
3337
* setup.py: adjust websockets versions for py38-310 by @mert-kirpici in https://github.com/juju/python-libjuju/pull/731
3438
* [JUJU-2175] Remove juju 2.9 support on 3.1.0 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/774
3539
* [JUJU-2276] Series or base for local charms by @cderici in https://github.com/juju/python-libjuju/pull/777
@@ -42,7 +46,9 @@ This version is only tested using Juju 3.1.0.
4246
* Add compatibility for juju 3.1.0 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/799
4347
* Replace schemas.json with a wellformed version. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/800
4448

45-
## New Contributors
49+
New Contributors
50+
================
51+
4652
* @mert-kirpici made their first contribution in https://github.com/juju/python-libjuju/pull/731
4753

4854
**Full Changelog**: https://github.com/juju/python-libjuju/compare/3.0.4...3.1.0.1
@@ -52,12 +58,16 @@ This version is only tested using Juju 3.1.0.
5258

5359
Wednesday 26th October
5460

55-
## What's Changed
61+
What's Changed
62+
==============
63+
5664
* [JUJU-2027] Local refresh with resoruces by @cderici in https://github.com/juju/python-libjuju/pull/757
5765
* [JUJU-2026] Improve resolve charm by @cderici in https://github.com/juju/python-libjuju/pull/761
5866
* Add owner and data to license file by @arturo-seijas in https://github.com/juju/python-libjuju/pull/760
5967

60-
## New Contributors
68+
New Contributors
69+
================
70+
6171
* @arturo-seijas made their first contribution in https://github.com/juju/python-libjuju/pull/760
6272

6373
**Full Changelog**: https://github.com/juju/python-libjuju/compare/3.0.3...3.0.4
@@ -67,7 +77,8 @@ Wednesday 26th October
6777

6878
Saturay October 22 2022
6979

70-
## What's Changed
80+
What's Changed
81+
==============
7182

7283
* Wait for idle arg type check by @cderici in https://github.com/juju/python-libjuju/pull/741
7384
* [JUJU-1970] Revise local refresh by @cderici in https://github.com/juju/python-libjuju/pull/742
@@ -87,7 +98,8 @@ Saturay October 22 2022
8798

8899
Wednesday October 5 2022
89100

90-
## What's Changed
101+
What's Changed
102+
==============
91103

92104
* Model name can now be accessed through model.name by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/702
93105
* [JUJU-1593] Fix `unit.run()` and update the old client codes by @cderici in https://github.com/juju/python-libjuju/pull/710

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#
7878
# This is also used if you do content translation via gettext catalogs.
7979
# Usually you set "language" from the command line for these cases.
80-
language = None
80+
language = "en"
8181

8282
# There are two options for replacing |today|: either, you set today to some
8383
# non-false value, then it is used:

0 commit comments

Comments
 (0)