Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 30, 2019
1 parent 3339933 commit aed69a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
1.6.8
-----
* Exceptions: Changed ProcessExecutionError's formatting to be more user-friendly (`#456 <https://github.com/tomerfiliba/plumbum/pull/456>`_)
* Commands: support for per-line timeout with iter_lines (`#454 <https://github.com/tomerfiliba/plumbum/pull/454>`_)
* Commands: support for piping stdout/stderr to a logger (`#454 <https://github.com/tomerfiliba/plumbum/pull/454>`_)
Expand Down
2 changes: 2 additions & 0 deletions docs/_news.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* **2019.10.30**: Version 1.6.8 released with ``local.cmd``, a few command updates, ``Set`` improvements, and ``TypedEnv``.

* **2018.08.10**: Version 1.6.7 released with several minor additions, mostly to CLI apps, and ``run_*`` modifiers added.

* **2018.02.12**: Version 1.6.6 released with one more critical bugfix for a error message regression in 1.6.5.
Expand Down
4 changes: 2 additions & 2 deletions plumbum/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = (1, 6, 7)
version = (1, 6, 8)
version_string = ".".join(map(str, version))
release_date = "2018.08.08"
release_date = "2019.10.30"

0 comments on commit aed69a4

Please sign in to comment.