From f8dc69546c1432a92878ed3c4c5a4bd090f6328c Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 9 Apr 2017 20:35:24 -0700 Subject: [PATCH] Upping version --- CHANGELOG.rst | 9 +++++++++ rtv.1 | 2 +- rtv/__version__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 300448c..1fe0402 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.15.1: http://github.com/michael-lazar/rtv/releases/tag/v1.15.1 .. _1.15.0: http://github.com/michael-lazar/rtv/releases/tag/v1.15.0 .. _1.14.1: http://github.com/michael-lazar/rtv/releases/tag/v1.14.1 .. _1.13.0: http://github.com/michael-lazar/rtv/releases/tag/v1.13.0 @@ -25,6 +26,14 @@ RTV Changelog .. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1 .. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2 +-------------------- +1.15.1_ (2017-04-09) +-------------------- +Codebase + +* Removed the mailcap-fix dependency for python versions >= 3.6.0. +* Enabled installing test dependencies with ``pip install rtv[test]``. + -------------------- 1.15.0_ (2017-03-30) -------------------- diff --git a/rtv.1 b/rtv.1 index 11e6571..6e4c640 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "March 30, 2017" "Version 1.15.0" "Usage and Commands" +.TH "RTV" "1" "April 10, 2017" "Version 1.15.1" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index f9e1514..5434e65 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.15.0' +__version__ = '1.15.1'