From eac916f28b6449e69a487ec7d1ab9ca5224a9eea Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 4 Jan 2015 22:53:19 +0100 Subject: [PATCH] define release version, update copyright years --- LICENSE.txt | 2 +- docs/changelog.rst | 3 ++- docs/conf.py | 6 +++--- 3 files changed, 6 insertions(+), 5 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 eb784c5..05cebe2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,4 +1,5 @@ Changelog ========= -* feature:`-` initial project setup +* :release:`0.1.0 <2015-01-04>` +* :feature:`-` initial project setup diff --git a/docs/conf.py b/docs/conf.py index 1538cc2..ee8ec46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,16 +47,16 @@ master_doc = 'index' # General information about the project. project = u'gvamysql' -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.0' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.