Skip to content

Commit 1049cda

Browse files
committedFeb 11, 2012
increment version for master-branch
1 parent a5b2eab commit 1049cda

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '2.3.7'
52+
version = '2.3.8'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.3.7'
54+
release = '2.3.8'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

‎docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contain the root `toctree` directive.
55
.. |grappelli| replace:: Grappelli
66
.. |filebrowser| replace:: FileBrowser
7-
.. |version| replace:: 2.3.7
7+
.. |version| replace:: 2.3.8
88

99
.. _index:
1010

‎grappelli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.3.7'
1+
VERSION = '2.3.8'

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
setup(
99
name='django-grappelli',
10-
version='2.3.7',
10+
version='2.3.8',
1111
description='A jazzy skin for the Django Admin-Interface.',
1212
long_description = read('README.rst'),
1313
author='Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)',

0 commit comments

Comments
 (0)
Please sign in to comment.