Skip to content

Commit 127adce

Browse files
committed
Version bump
1 parent 3719e47 commit 127adce

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.1] - 2020-11-25
8+
### Changed
9+
- Fixed typo in 1.4.0 (Thanks @cham423!)
10+
711
## [1.4.0] - 2020-11-22
8-
## Changed
12+
### Changed
913
- Added some error state checks and retry logic to pastebin scraping (#116)
1014
- Refactored paste inputs to use a base class
1115

12-
## Added
16+
### Added
1317
- Support for ix.io (#95)
1418
- Additional unit tests (pytest still has some issues with import paths on travis)
1519

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='pastehunter',
9-
version='1.4.0',
9+
version='1.4.1',
1010
author='@kevthehermit @Plazmaz',
1111
author_email='info@pastehunter.com',
1212
description="Pastehunter",

0 commit comments

Comments
 (0)