Skip to content

Commit

Permalink
changelog and version bump for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed Jun 11, 2019
1 parent 3ab0ff2 commit 60e8267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci_exec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .provider import Provider
from .utils import cd, merge_kwargs, set_env, unset_env

__version__ = "0.1.1.dev"
__version__ = "0.1.1"
__all__ = [
# Core imports from ci_exec.colorize module.
"Ansi", "Colors", "Styles", "colorize", "log_stage",
Expand Down
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
========================================================================================

v0.1.1
----------------------------------------------------------------------------------------

- Added |CMakeParser| (:pr:`16`).

v0.1.0.post0
----------------------------------------------------------------------------------------

Expand Down

0 comments on commit 60e8267

Please sign in to comment.