From 127adce9c125abcf961052ca237a4b922006ddd8 Mon Sep 17 00:00:00 2001 From: Dylan Katz Date: Wed, 25 Nov 2020 22:01:00 -0800 Subject: [PATCH] Version bump --- CHANGELOG.md | 8 ++++++-- setup.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354fbf5..b109a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1] - 2020-11-25 +### Changed +- Fixed typo in 1.4.0 (Thanks @cham423!) + ## [1.4.0] - 2020-11-22 -## Changed +### Changed - Added some error state checks and retry logic to pastebin scraping (#116) - Refactored paste inputs to use a base class -## Added +### Added - Support for ix.io (#95) - Additional unit tests (pytest still has some issues with import paths on travis) diff --git a/setup.py b/setup.py index e0d0b8c..3996306 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pastehunter', - version='1.4.0', + version='1.4.1', author='@kevthehermit @Plazmaz', author_email='info@pastehunter.com', description="Pastehunter",