From 16d1688075fb74d494b2febe56431e7a6194d720 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Wed, 30 Mar 2016 07:59:09 -0700 Subject: chore: update version to 2.3.1 and year refs to 2016 --- CHANGELOG.rst | 4 ++-- LICENSE.txt | 2 +- docs/conf.py | 6 +++--- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9fe0abc..bde71f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Routes Changelog %%%%%%%%%%%%%%%% -Release 2.3.1 (**dev**) -======================= +Release 2.3.1 (March 30, 2016) +============================== * Backwards compatability fix - connect should work with mandatory routename and optional path. Patch by Davanum Srinivas (PR #65). diff --git a/LICENSE.txt b/LICENSE.txt index 493ea52..5a11de7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2005-2015 Ben Bangert +Copyright (c) 2005-2016 Ben Bangert Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index 6673a37..467a6be 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,15 +36,15 @@ master_doc = 'index' # General substitutions. project = 'Routes' -copyright = '2005-2015, Ben Bangert, Mike Orr' +copyright = '2005-2016, Ben Bangert, Mike Orr, and numerous contributers' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. # # The short X.Y version. -version = '1.13' +version = '2.3' # The full version, including alpha/beta/rc tags. -release = '1.13' +release = '2.3.1' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/setup.py b/setup.py index f330a60..c20dd4d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '2.3' +__version__ = '2.3.1' import io import os -- cgit v1.2.1