Skip to content

Commit

Permalink
Adding docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 8, 2018
1 parent b2a5257 commit d923dc4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
1.6.7
-----
* Started testing Python 3.7 as well.
* Avoid throwing error in atexit in special cases (like pytest)
* Commands: Added ``run_*`` methods as an alternative to modifiers (`#386 <https://github.com/tomerfiliba/plumbum/pull/386>`_)
* CLI: Added support for ``ALLOW_ABREV`` (`#401 <https://github.com/tomerfiliba/plumbum/pull/401>`_)
* CLI: Added ``DESCRIPTION_MORE``, preserves spacing (`#378 <https://github.com/tomerfiliba/plumbum/pull/378>`_)
* Color: Avoid throwing error in atexit in special cases (like pytest) (`#393 <https://github.com/tomerfiliba/plumbum/pull/393>`_)
* Including Python 3.7 in testing matrix.
* Smaller bugfixes and other testing improvements.

1.6.6
-----
Expand Down
20 changes: 11 additions & 9 deletions docs/quickref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,17 @@ docstring ``switch``, ``Application`` The help message
Special member variables
************************

================= =====================================
Utility Usage
================= =====================================
``PROGNAME=`` Custom program name and/or color
``VERSION=`` Custom version
``DESCRIPTION=`` Custom description (or use docstring)
``COLOR_USAGE=`` Custom color for usage statement
``COLOR_GROUPS=`` Colors of groups (dictionary)
================= =====================================
====================== =====================================
Utility Usage
====================== =====================================
``PROGNAME=`` Custom program name and/or color
``VERSION=`` Custom version
``DESCRIPTION=`` Custom description (or use docstring)
``DESCRIPTION_MORE=`` Custom description with whitespace
``ALLOW_ABREV=True`` Allow argparse style abbreviations
``COLOR_USAGE=`` Custom color for usage statement
``COLOR_GROUPS=`` Colors of groups (dictionary)
====================== =====================================

Paths
=====
Expand Down

0 comments on commit d923dc4

Please sign in to comment.