File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 66
77setup (
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" ,
You can’t perform that action at this time.
0 commit comments