Skip to content

Commit

Permalink
docs: Add a version reference to the README
Browse files Browse the repository at this point in the history
It probably does not hurt to include the current version in the
README.  To make sure that it gets proper updates upon the release of
a new version, add a reference to the README to the bumpversion
configuration, as well.
  • Loading branch information
fghaas committed Sep 12, 2023
1 parent 6a2417e commit 5b15067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ serialize =
[bumpversion:file:Changelog.md]
search = Unreleased
replace = Version {new_version} ({now:%Y-%m-%d})

[bumpversion:file:README.md]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ two steps:
`OPENEDX_EXTRA_PIP_REQUIREMENTS` list in `config.yml`:
```
OPENEDX_EXTRA_PIP_REQUIREMENTS:
- "hastexo-xblock>=7"
- "hastexo-xblock==7.7.0"
```
For additional information, please refer to the [official
documentation](https://docs.tutor.overhang.io/configuration.html#installing-extra-xblocks-and-requirements).
Expand Down

0 comments on commit 5b15067

Please sign in to comment.