Skip to content

Commit

Permalink
🔖(patch) bump release to 0.2.1
Browse files Browse the repository at this point in the history
Fixed:

- ACL: Support filenames using `@` and `+` (e.g. course problem responses
  report)
- Fix CI tree creation order
  • Loading branch information
rmoch committed Oct 10, 2019
1 parent d18bbc6 commit d9066b4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1] - 2019-10-10

### Fixed

- ACL: Support filenames using `@` and `+` (e.g. course problem responses
report)
- Fix CI tree creation order

## [0.2.0] - 2019-05-21

Expand All @@ -24,7 +27,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
`API Blueprint <https://apiblueprint.org/>`\_).


[unreleased]: https://github.com/openfun/fonzie/compare/v0.2.0...master
[unreleased]: https://github.com/openfun/fonzie/compare/v0.2.1...master
[0.2.1]: https://github.com/openfun/fonzie/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/openfun/fonzie/compare/b31adef...v0.2.0


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'fonzie v0.2.0'
# html_title = 'fonzie v0.2.1'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ well:
.. code-block:: bash
$ curl http://www.mydomain.com:8080/api/v1.0/status/version
{"version":"0.2.0"}
{"version":"0.2.1"}
Development workflow
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ project <https://httpie.org/>`_) to query the API:
X-Frame-Options: ALLOW
{
"version": "0.2.0"
"version": "0.2.1"
}
Expand All @@ -95,7 +95,7 @@ Alternatively, you can use ``curl``:
.. code-block:: bash
$ curl http://www.mydomain.com:8080/api/v1.0/status/version
{"version":"0.2.0"}
{"version":"0.2.1"}
The output of this command should be a JSON payload containing the running
Expand Down
2 changes: 1 addition & 1 deletion fonzie-v1-0.apib
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ API status checking.
+ Response 200 (application/json)

{
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = fonzie
version = 0.2.0
version = 0.2.1
description = A FUN API for Open edX
long_description = file: README.rst
author = Open FUN (France Universite Numerique)
Expand Down

0 comments on commit d9066b4

Please sign in to comment.