Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Plazmaz committed Nov 26, 2020
1 parent 3719e47 commit 127adce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 127adce

Please sign in to comment.