Skip to content

Commit

Permalink
Back to 0.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Apr 22, 2014
1 parent 2a8a813 commit 25939b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.4 - `master`_
---------------

.. note:: This version is not yet released and is under active development.


0.3.3 - 2014-04-22
------------------
Expand Down
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@

# General information about the project.
project = 'django-babel'
copyright = '2014, Christopher Lenz'
copyright = '2014, Christopher Grebs'

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run_tests(self):
name='django-babel',
description='Utilities for using Babel in Django',
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
version='0.3.3',
version='0.4-dev',
license='BSD',
author='Christopher Grebs',
author_email='cg@webshox.org',
Expand Down

0 comments on commit 25939b1

Please sign in to comment.