summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2017-01-01 00:12:59 -0800
committerBen Bangert <ben@groovie.org>2017-01-01 00:14:03 -0800
commit8b46c8442e8c7ead063dafa8f71ec42f745f177c (patch)
tree3cbd2ef35a004c099b1447440075e87350a1d359
parent9326c00ec9e69d242175ecffaf069e8a4d0f0351 (diff)
downloadroutes-8b46c8442e8c7ead063dafa8f71ec42f745f177c.tar.gz
chore: update version to 2.4.0 and year refs to 2017v2.4.0
-rw-r--r--CHANGELOG.rst7
-rw-r--r--docs/conf.py6
-rw-r--r--setup.py2
3 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bde71f9..c6271cd 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,13 @@
Routes Changelog
%%%%%%%%%%%%%%%%
+Release 2.4.0 (January 1, 2017)
+===============================
+
+* Release as a universal wheel. PR #75.
+* Convert readthedocs links for their .org -> .io migration for hosted projects. PR #67.
+
+
Release 2.3.1 (March 30, 2016)
==============================
* Backwards compatability fix - connect should work with mandatory
diff --git a/docs/conf.py b/docs/conf.py
index 467a6be..cbe24fa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -36,15 +36,15 @@ master_doc = 'index'
# General substitutions.
project = 'Routes'
-copyright = '2005-2016, Ben Bangert, Mike Orr, and numerous contributers'
+copyright = '2005-2017, 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 = '2.3'
+version = '2.4'
# The full version, including alpha/beta/rc tags.
-release = '2.3.1'
+release = '2.4.0'
# 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 989c01d..abbd7a7 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-__version__ = '2.3.1'
+__version__ = '2.4.0'
import io
import os