File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Changelog
66
77.. glossary ::
88 :sorted:
9+ 0.2.0
10+ The package is now called 'hvad'. Old imports should result in an import error.
11+
12+ Fixed django 1.4 support
13+
14+ Fixed a number of minor issues
915
1016 0.1.4
1117 Introduces :meth: `lazy_translation_getter `
@@ -25,4 +31,4 @@ Changelog
2531 The behaviour of the fallbacks are now slightly changed - if you use .use_fallbacks() it will no longer return untranslated instances.
2632
2733 0.0.5
28- Started changelog
34+ Started changelog
Original file line number Diff line number Diff line change 4545
4646# General information about the project.
4747project = u'django-hvad'
48- copyright = u'2011, Kristian Øllegaard, Jonas Obrist & contributors'
48+ copyright = u'2011-2012 , Kristian Øllegaard, Jonas Obrist & contributors'
4949
5050# The version info for the project you're documenting, acts as replacement for
5151# |version| and |release|, also used in various other places throughout the
5252# built documents.
5353#
5454# The short X.Y version.
55- version = '0.1.4 '
55+ version = '0.2.0 '
5656# The full version, including alpha/beta/rc tags.
57- release = '0.1.4 '
57+ release = '0.2.0 '
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments