Skip to content

Commit

Permalink
🔖(lti_toolbox) bump version to 1.0.0
Browse files Browse the repository at this point in the history
- Add a url field to the LTIConsumer model
  • Loading branch information
madmatah committed Jan 13, 2021
1 parent 4577fb1 commit aab60dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2021-01-13

### Added

- Add a url field to the LTIConsumer model
Expand All @@ -19,5 +21,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Import `lti_toolbox` library and tests from
[Ashley](https://github.com/openfun/ashley)

[Unreleased]: https://github.com/openfun/django-lti-toolbox/compare/v1.0.0b1...master
[Unreleased]: https://github.com/openfun/django-lti-toolbox/compare/v1.0.0...master
[1.0.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.0.0b1...v1.0.0
[1.0.0b1]: https://github.com/openfun/django-lti-toolbox/compare/814377082b89abd6c7e47022462aefee2399e53d...v1.0.0b1
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-lti-toolbox
version = 1.0.0b1
version = 1.0.0
description = A Django application to build LTI Tool Providers
long_description = file:README.md
long_description_content_type = text/markdown
Expand All @@ -10,7 +10,7 @@ url = https://github.com/openfun/django-lti-toolbox
license = MIT
keywords = Django, LTI
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Expand Down

0 comments on commit aab60dc

Please sign in to comment.