Skip to content

Commit

Permalink
Adding typo fix to news and a pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jan 24, 2018
1 parent dc4d336 commit 15ad911
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

paramiko = "*"


[dev-packages]

pytest = "*"
sphinx = "*"
3 changes: 1 addition & 2 deletions docs/_news.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* **2017.12.29**: Version 1.6.5 released with mostly bugfixes, including a critical one that could break pip installs on some platforms. English cli apps now load as fast as before the localization update (Note: a bug affects the failure message of CLI when the wrong number of positional arguments are passed. This is fixed in master)
* **2017.12.29**: Version 1.6.5 released with mostly bugfixes, including a critical one that could break pip installs on some platforms. English cli apps now load as fast as before the localization update (Note: a bug affects the failure message of CLI when the wrong number of positional arguments are passed. This is fixed in master).

* **2017.11.27**: Version 1.6.4 released with new CLI localization support. Several bugfixes and better pathlib compatibility, along with better separation between Plumbum's internal packages.

Expand All @@ -14,4 +14,3 @@

* **2015.07.17**: Version 1.5.0 released. This release brings a host of bug fixes, code cleanups and some experimental new features (be sure to check the changelog). Also, say hi to `Henry Schreiner <https://github.com/henryiii>`_, who has joined as a member of the project.

.. note:: ``setenv`` has been renamed ``with_env``

0 comments on commit 15ad911

Please sign in to comment.