Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristinita authored and Kristinita committed Feb 7, 2018
1 parent ce3ec17 commit be58c1d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
@@ -1,3 +1,21 @@
#### 0.2.0 (2018-02-07)

##### Build System / Dependencies

* **wheel:** Migrate to Wheel ([6ce8957b](https://github.com/Kristinita/Erichek/commit/6ce8957ba8bc4800b1f6ed622581cf769862b629))

##### Continuous Integration

* **circleci:** Fix Circle CI build ([9fa65283](https://github.com/Kristinita/Erichek/commit/9fa65283b38fc5a53bf9a3fec5e7fafffa62324d))

##### Documentation Changes

* **badge:** Add Wheel badge ([fe389db9](https://github.com/Kristinita/Erichek/commit/fe389db94c00b68229e842af0341a43efb4b4f72))

##### Bug Fixes

* **examples:** Remove unexpected files ([bf92f432](https://github.com/Kristinita/Erichek/commit/bf92f4325004720b2a98c1a7f5522f745026a287))

#### 0.1.1 (2018-02-04)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Erichek",
"version": "0.1.1",
"version": "0.2.0",
"scripts": {
"release": "release-it"
}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -9,7 +9,7 @@ long_description = file: Readme.rst
# Versions should compatibly with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version = 0.1.1
version = 0.2.0
# Author details
author = Sasha Chernykh
author_email = SashaChernykhEmpressOfUniverse@kristinita.ru
Expand Down

0 comments on commit be58c1d

Please sign in to comment.