Skip to content

Commit

Permalink
Updates for release 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Jan 13, 2023
1 parent 911353a commit 7501d6b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes

## v0.6.2 -- January 2023

Incorporate feedback from EPP students, @janosg, @tobiasraabe.

* Update warning message for R, better explanations for examples and links to issues.
* Add scripts as explicit dependencies.
* Use git_remote_url option again.
* Add yaml linters, run them. Update versions of pre-commit hooks also in inner project.
* Ditch flake8 in favor of ruff.
* Get rid of refurb's complaints.
* Ignore complexity in post_gen_project.

## v0.6 -- December 2022

- Add R example (#105, @carolinalvarez, @timmens)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
release = "0.6.1"
version = "0.6"
release = "0.6.2"
version = "0.6.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ but it is precise...).
Then type:

```bash
$ code ~/.cookiecutter_replay/econ-project-templates-0.6.1.json
$ code ~/.cookiecutter_replay/econ-project-templates-0.6.2.json
```

If you are not using VS Code as your editor of choice, adjust the line accordingly.
Expand All @@ -130,7 +130,7 @@ you have spaces or special characters in your path, you need to adjust your path
When done, launch a new shell if necessary and type:

```bash
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.1.zip
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.2.zip
```

(stata_failure_check_erase_log_file)=
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/cookiecutter_dialogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Navigate to the parent folder of your future project and type (i.e., copy & paste):

```console
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.1.zip
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.2.zip
```

1. The dialogue will move you through the installation. **Make sure to keep this page
Expand Down

0 comments on commit 7501d6b

Please sign in to comment.