7 Commits

Author SHA1 Message Date
6931820f6d Update reno for stable/ocata
Change-Id: I4b6104162946b88fb808687fc7dc02c3f537c2fd
2017-01-30 00:58:25 +00:00
Sharat Sharma
b5527a8941 Removes unnecessary utf-8 encoding
Change-Id: Ida32cf1c7d7735fc63381ad9b1d75e8d36731975
2017-01-11 11:06:33 +05:30
Sharat Sharma
442e9ad2a5 Added the reno for stable/mitaka stable/newton and stable/liberty
Change-Id: I3d67b2d85b6904aca643af8fcc525a3e68be5628
2016-11-15 18:34:22 +05:30
pawnesh.kumar
329a1788bd Fixed errors while generating releasenotes
*Extension error:
Could not import extension oslosphinx
(exception: No module named oslosphinx)
*Extension error:
Could not import extension reno.sphinxtest
(exception: No module named sphinxtest)
*Warning, treated as error:
/home/python-mistralclient/releasenotes/source/index.rst:7:
WARNING: toctree contains reference to nonexisting document
u'Indices and tables' Also correct the mistralclient version details.

Change-Id: Icabd8a2a4876786abbad35e55f0d59ad94651d85
Closes-Bug: #1634809
2016-10-20 07:31:50 +00:00
Andreas Jaeger
ff439ca368 Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I27f8482ff150f41c565c0bdb6dafce10fbb59d2b
2016-10-07 11:45:51 +02:00
Sharat Sharma
d36d65bbec Added the # -*- coding: utf-8 -*- to the conf.py
Python will default to ASCII as standard encoding if no other
encoding hints are given. So, adding the # -*- coding: utf-8 -*-

Change-Id: I22371a5f9e9d024eabc4bbdaef7c86648820b014
2016-10-05 06:50:55 +00:00
Sharat Sharma
32be0a87be Maintain releasenotes for python-mistralclient
All the components of openstack maintain releasenotes. Similarly,
python-mistralclient must also maintain releasenotes. This adds
the releasenotes directory to the mistralclient repo.

Change-Id: Ie63aef91c8b9a1bf1008d2e0e3468ab5a1d8b5b5
Implements: blueprint maintain-releasenotes
2016-09-27 04:38:49 +00:00