Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
release version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luciano-renzi committed Aug 4, 2020
1 parent 78b1258 commit 8d56968
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.eggs/
.tox
.idea
.vscode
*.pytest_cache/
build/
dist/
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.9.1] - 2020-08-03

### Added

Expand All @@ -18,10 +18,12 @@

### Fixed

- [#169](https://github.com/golemhq/golem/issues/169)

- [#112](https://github.com/golemhq/golem/issues/112)

- [#186](https://github.com/golemhq/golem/issues/186) :: ignaciocabeza

- [#169](https://github.com/golemhq/golem/issues/169)

### Deprecated

- console_log_level setting, renamed to: cli_log_level
Expand Down
2 changes: 1 addition & 1 deletion golem/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.9.1"
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
markers =
slow: marks tests as slow (deselect with '-m "not slow"')

0 comments on commit 8d56968

Please sign in to comment.