From f72628d9442ea24474e9e50c0f5c3ee2d8186b5e Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 29 Mar 2016 11:14:22 -0400 Subject: [PATCH] Bump for release --- CHANGELOG.rst | 9 ++------- packaging/__about__.py | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 213c17d7..c9aa9009 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,8 @@ Changelog --------- -16.6 - `master`_ -~~~~~~~~~~~~~~~~ - -.. note:: This version is not yet released and is under active development. +16.6 - 2016-03-29 +~~~~~~~~~~~~~~~~~ * Add support for the deprecated, PEP 345 environment markers in addition to the newer markers. @@ -149,6 +147,3 @@ Changelog ~~~~~~~~~~~~~~~~~ * Initial release. - - -.. _`master`: https://github.com/pypa/packaging/ diff --git a/packaging/__about__.py b/packaging/__about__.py index 5c65bd0c..baa90755 100644 --- a/packaging/__about__.py +++ b/packaging/__about__.py @@ -12,7 +12,7 @@ __summary__ = "Core utilities for Python packages" __uri__ = "https://github.com/pypa/packaging" -__version__ = "16.6.dev0" +__version__ = "16.6" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io"