Skip to content

Commit

Permalink
Prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmogar committed Jun 27, 2017
1 parent 826aa17 commit 97274f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.0] - 2017-06-27
### Added
- Add functionality to normalize a single file using cucco CLI.

### Changed
- Renamed 'remove_extra_whitespaces' to 'remove_extra_white_spaces'.

## [2.1.0] - 2017-06-08
### Added
- New language argument in remove_stop_words function.
Expand Down
2 changes: 1 addition & 1 deletion cucco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from __future__ import absolute_import

__version__ = '2.1.0'
__version__ = '2.2.0'

from cucco.cucco import Cucco

0 comments on commit 97274f7

Please sign in to comment.