Skip to content

Commit

Permalink
Bump release everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Jan 7, 2022
1 parent f5b04cc commit a07fb85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Then type:

.. code-block:: bash
$ code ~/.cookiecutter_replay/econ-project-templates-0.5.0.json
$ code ~/.cookiecutter_replay/econ-project-templates-0.5.1.json
If you are not using VS Code as your editor of choice, adjust the line accordingly.

Expand All @@ -115,7 +115,7 @@ When done, launch a new shell if necessary and type:

.. code-block:: bash
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.5.0.zip
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.5.1.zip
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Configuring your new project

.. code-block:: bash
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.4.4.zip
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.5.1.zip
2. The dialogue will move you through the installation. **Make sure to keep this page side-by-side during the process because if something is invalid, the whole process will break off** (see :ref:`cookiecutter_trouble` on how to recover from there, but no need to push it).

Expand Down
5 changes: 5 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
==============

v0.5 -- January 2022
-----------------------

* Move to plotly (#92, @timmens)
* Cleaning up (@hmgaudecker)

v0.4 -- January 2021
-----------------------
Expand Down

0 comments on commit a07fb85

Please sign in to comment.