From 99188bb92c899356906e15f6f78d4740a1e5e4fb Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 6 Jul 2011 21:25:17 +0200 Subject: [PATCH] Bumped version and copyright year. --- LICENSE | 2 +- dbtemplates/__init__.py | 2 +- docs/conf.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 66200eb..0d17aff 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 7bba090..3d7f135 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -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 diff --git a/docs/conf.py b/docs/conf.py index ee20d84..4b4c5c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.