Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Jan 27, 2023
1 parent b139902 commit 5332e28
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## v0.6.3 -- January 2023

Incorporate more feedback from EPP students, @janosg:

- Do not add linters by default, but give an option to add them.
- Add github actions back in, make codecov meaningful.

## v0.6.2 -- January 2023

Incorporate feedback from EPP students, @janosg, @tobiasraabe.
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.2.json
$ code ~/.cookiecutter_replay/econ-project-templates-0.6.3.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.2.zip
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.3.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.2.zip
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.3.zip
```

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

0 comments on commit 5332e28

Please sign in to comment.