aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2019-12-19 17:38:37 -0600
committerGitHub <noreply@github.com>2019-12-19 17:38:37 -0600
commitd894d25e6b1987db346b79bc60e54210015c2f5d (patch)
tree74698cc8a80ad8f4893a22b8ce78e1f38ddcca53
parentbaed5cf7d4a0fc3db30a9a8ad2bd319add474b0a (diff)
parent09721e887bb8635f9db6efd99c65d660d3ab4112 (diff)
downloaduritemplates-d894d25e6b1987db346b79bc60e54210015c2f5d.tar.gz
Merge pull request #49 from brettcannon/history-for-release
Update HISTORY.rst for planned 3.0.1 release
-rw-r--r--HISTORY.rst6
-rw-r--r--setup.py1
2 files changed, 3 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 8dee616..3a84017 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,11 +1,9 @@
Changelog - uritemplate
=======================
-3.0.1 - 2019-12-DD
+3.0.1 - 2019-12-19
------------------
-.. note:: This version is under active development
-
- Update to Python 3.6, 3.7, and 3.8
- Drop support for Python 2.6, 3.2, and 3.3
- Ignore ``None`` in list argument expansion
@@ -57,7 +55,7 @@ Changelog - uritemplate.py
0.3.0 - 2013-10-22
------------------
-- Add ``#partial`` to partially expand templates and return new instances of
+- Add ``#partial`` to partially expand templates and return new instances of
``URITemplate``.
0.2.0 - 2013-07-26
diff --git a/setup.py b/setup.py
index dd0a391..7a09f5e 100644
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ setup(
version=__version__,
description='URI templates',
long_description="\n\n".join([readme, history]),
+ long_description_content_type="text/x-rst",
license="BSD 3-Clause License or Apache License, Version 2.0",
author="Ian Stapleton Cordasco",
author_email="graffatcolmingov@gmail.com",