Skip to content

Commit a54d25e

Browse files
Preparing docs for 0.2
1 parent 72f6907 commit a54d25e

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

docs/changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545

4646
# General information about the project.
4747
project = 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.

0 commit comments

Comments
 (0)