Skip to content

Commit

Permalink
History and authors update
Browse files Browse the repository at this point in the history
* History and authors update

* Added author of cookiecutter#1237

* Added author of cookiecutter#1234

* Added author of cookiecutter#1236, cookiecutter#1262
  • Loading branch information
insspb authored Dec 22, 2019
1 parent d6e6f7e commit 1ac5a42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@
* Diego Carrasco Gubernatis ([@dacog](https://github.com/dacog))
* Wagner Negrão ([@wagnernegrao](https://github.com/wagnernegrao))
* Josh Barnes ([@jcb91](https://github.com/jcb91))
* Nikita Sobolev ([@sobolevn](https://github.com/sobolevn))
* Matt Stibbs ([@mattstibbs](https://github.com/mattstibbs))
* MinchinWeb ([@MinchinWeb](https://github.com/MinchinWeb))
* kishan ([@kishan](https://github.com/kishan3))
* tonytheleg ([@tonytheleg](https://github.com/tonytheleg))
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

History is important, but our current roadmap can be found [here](https://github.com/cookiecutter/cookiecutter/milestones?direction=desc&sort=due_date&state=open)

## 1.7.0 (????-??-??) ???????
## 1.7.0 (2019-12-22) Old friend

Important Changes:

Expand All @@ -12,6 +12,12 @@ Important Changes:

Other Changes:

* PEP257 fixing docstrings in exceptions.py. Thanks to [@MinchinWeb](https://github.com/MinchinWeb) (#1237)
* PEP257 fixing docstrings in replay.py. Thanks to [@kishan](https://github.com/kishan3) (#1234)
* PEP257 fixing docstrings in test_unzip.py. Thanks to [@tonytheleg](https://github.com/tonytheleg) and [@insspb](https://github.com/insspb) (#1236, #1262)
* Fixed tests sequence for appveyor, to exclude file not found bug. Thanks to [@insspb](https://github.com/insspb) (#1257)
* Updates REAMDE.md with svg badge for appveyor. Thanks to [@sobolevn](https://github.com/sobolevn) (#1254)
* Add missing {% endif %} to Choice Variables example. Thanks to [@mattstibbs](https://github.com/mattstibbs) (#1249)
* Core documentation converted to Markdown format thanks to [@wagnernegrao](https://github.com/wagnernegrao), [@insspb](https://github.com/insspb) (#1216)
* Tests update: use sys.executable when invoking python in python 3 only environment thanks to [@vincentbernat](https://github.com/vincentbernat) (#1221)
* Prevent `click` API v7.0 from showing choices when already shown, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
Expand Down

0 comments on commit 1ac5a42

Please sign in to comment.