From fbbb5624fe74db4c4a552997ad429efbbf3e768d Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 19 Jan 2015 22:15:42 +0100 Subject: [PATCH] update copyright years, add release version --- LICENSE.txt | 2 +- docs/changelog.rst | 1 + docs/conf.py | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 8c51745..96e8baa 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014 Jan Dittberner +Copyright (c) 2014, 2015 Jan Dittberner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/docs/changelog.rst b/docs/changelog.rst index c4f6d30..03031e3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.3.0 <2015-01-19>` * :support:`-` move tasks from osusers to ldaptasks.tasks * :release:`0.2.0 <2014-12-29>` diff --git a/docs/conf.py b/docs/conf.py index a02f850..77e3a10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,16 +53,16 @@ master_doc = 'index' # General information about the project. project = u'gvaldap' -copyright = u'2014, Jan Dittberner' +copyright = u'2014, 2015 Jan Dittberner' # 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 = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.