Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Mar 29, 2023
1 parent 2edaa16 commit fabfb0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
release = "0.6.3"
version = "0.6.3"
release = "0.6.5"
version = "0.6.5"

# 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.3.json
$ code ~/.cookiecutter_replay/econ-project-templates-0.6.5.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.3.zip
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.5.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.3.zip
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.5.zip
```

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

0 comments on commit fabfb0f

Please sign in to comment.