Skip to content

Commit

Permalink
🔖(minor) bump release to 0.2.0
Browse files Browse the repository at this point in the history
Changed:

- Migrate to pydantic v2
  • Loading branch information
wilbrdt committed Aug 8, 2023
1 parent abe0934 commit b4e4a5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions 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]

## [0.2.0] - 2023-08-07

### Changed

- Migrate to pydantic v2
Expand All @@ -18,5 +20,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Extract the OBF badge provider from the Joanie project

[Unreleased]: https://github.com/openfun/open-badges-client/compare/v0.1.0...main
[0.1.0] https://github.com/openfun/ralph/compare/a253313...v0.1.0
[Unreleased]: https://github.com/openfun/open-badges-client/compare/v0.2.0...main
[0.2.0] https://github.com/openfun/open-badges-client/compare/v0.1.0...v0.2.0
[0.1.0] https://github.com/openfun/open-badges-client/compare/a253313...v0.1.0
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 = obc
version = 0.1.0
version = 0.2.0
description = The Open Badges Client
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/obc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""OBC: the Open Badge Client."""

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit b4e4a5d

Please sign in to comment.