Skip to content

Commit 25939b1

Browse files
committed
Back to 0.4-dev
1 parent 2a8a813 commit 25939b1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.4 - `master`_
5+
---------------
6+
7+
.. note:: This version is not yet released and is under active development.
8+
49

510
0.3.3 - 2014-04-22
611
------------------

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747

4848
# General information about the project.
4949
project = 'django-babel'
50-
copyright = '2014, Christopher Lenz'
50+
copyright = '2014, Christopher Grebs'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '1.0'
57+
version = '0.4'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '1.0'
59+
release = '0.4-dev'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.
@@ -200,7 +200,7 @@
200200
# author, documentclass [howto, manual, or own class]).
201201
latex_documents = [
202202
('index', 'django-babel.tex', 'django-babel Documentation',
203-
'Christopher Lenz', 'manual'),
203+
'Christopher Grebs', 'manual'),
204204
]
205205

206206
# The name of an image file (relative to this directory) to place at the top of
@@ -230,7 +230,7 @@
230230
# (source start file, name, description, authors, manual section).
231231
man_pages = [
232232
('index', 'django-babel', 'django-babel Documentation',
233-
['Christopher Lenz'], 1)
233+
['Christopher Grebs'], 1)
234234
]
235235

236236
# If true, show URL addresses after external links.
@@ -244,7 +244,7 @@
244244
# dir menu entry, description, category)
245245
texinfo_documents = [
246246
('index', 'django-babel', 'django-babel Documentation',
247-
'Christopher Lenz', 'django-babel', 'One line description of project.',
247+
'Christopher Grebs', 'django-babel', 'One line description of project.',
248248
'Miscellaneous'),
249249
]
250250

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454
name='django-babel',
5555
description='Utilities for using Babel in Django',
5656
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57-
version='0.3.3',
57+
version='0.4-dev',
5858
license='BSD',
5959
author='Christopher Grebs',
6060
author_email='[email protected]',

0 commit comments

Comments
 (0)