Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed May 22, 2024
1 parent ee4ad19 commit d23430e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 1.1.1

- Fix github action ([dc8e345](https://github.com/fedora-infra/tahrir-api/commit/dc8e345>))
- Guard against errors in `add_invitation` ([583aeb4](https://github.com/fedora-infra/tahrir-api/commit/583aeb4>))
- Fix commented-out `add_assertion` call ([6975157](https://github.com/fedora-infra/tahrir-api/commit/6975157>))
- Update dependencies in lockfile ([dc95cbf](https://github.com/fedora-infra/tahrir-api/commit/dc95cbf>))
- Update tahrir-api ([ee4ad19](https://github.com/fedora-infra/tahrir-api/commit/ee4ad19>))


## Version 1.1.0

- `Invitation.expires_on` is a naive datetime ([3413cd4](https://github.com/fedora-infra/tahrir-api/commit/3413cd4>))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tahrir"
version = "1.1.0"
version = "1.1.1"
description = "A pyramid app for issuing your own Open Badges"

license = "AGPLv3+ with additional permission"
Expand Down

0 comments on commit d23430e

Please sign in to comment.