Bumped version and copyright year.

This commit is contained in:
Jannis Leidel 2011-07-06 21:25:17 +02:00
parent d5de8390ac
commit 99188bb92c
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2007-2010, Jannis Leidel and contributors
Copyright (c) 2007-2011, Jannis Leidel and contributors
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -1,4 +1,4 @@
VERSION = (1, 0, 1, "f", 0) # following PEP 386
VERSION = (1, 1, 0, "f", 0) # following PEP 386
DEV_N = None

View file

@ -38,16 +38,16 @@ master_doc = 'index'
# General information about the project.
project = u'django-dbtemplates'
copyright = u'2010, Jannis Leidel'
copyright = u'2007-2011, Jannis Leidel'
# 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 = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.