Skip to content

Commit

Permalink
Updated changelog and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ThilinaRajapakse committed Jan 8, 2020
1 parent ba21fed commit 3b3f956
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [0.16.2] - 2020-01-08
### Changed
- Changed print statements to logging.

## [0.16.1] - 2020-01-07
### Added
- Added `wandb_kwargs` to `args` which can be used to specify keyword arguments to `wandb.init()` method.
Expand Down Expand Up @@ -114,7 +118,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This CHANGELOG file to hopefully serve as an evolving example of a
standardized open source project CHANGELOG.

[0.16.1]: https://github.com/ThilinaRajapakse/simpletransformers/compare/d8df83f...HEAD
[0.16.2]: https://github.com/ThilinaRajapakse/simpletransformers/compare/d589b75...HEAD

[0.16.1]: https://github.com/ThilinaRajapakse/simpletransformers/compare/d8df83f...d589b75

[0.16.0]: https://github.com/ThilinaRajapakse/simpletransformers/compare/1684fff...d8df83f

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="simpletransformers",
version="0.16.1",
version="0.16.2",
author="Thilina Rajapakse",
author_email="chaturangarajapakshe@gmail.com",
description="An easy-to-use wrapper library for the Transformers library.",
Expand Down

0 comments on commit 3b3f956

Please sign in to comment.