summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2016-03-30 07:59:09 -0700
committerBen Bangert <ben@groovie.org>2016-03-30 07:59:09 -0700
commit16d1688075fb74d494b2febe56431e7a6194d720 (patch)
treeb4b85d86e724c01e603a709ea8c88f5349a9bd17
parent7a20c9b4ed0e30c3558c3cfb092d30041c3433bf (diff)
downloadroutes-16d1688075fb74d494b2febe56431e7a6194d720.tar.gz
chore: update version to 2.3.1 and year refs to 2016v2.3.1
-rw-r--r--CHANGELOG.rst4
-rw-r--r--LICENSE.txt2
-rw-r--r--docs/conf.py6
-rw-r--r--setup.py2
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 <ben@groovie.org>
+Copyright (c) 2005-2016 Ben Bangert <ben@groovie.org>
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