Skip to content

Commit

Permalink
build: Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angonz committed Sep 6, 2023
1 parent b2e2d54 commit 8d6b493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = build: Version {new_version}
current_version = 0.0.2
current_version = 0.0.3

[bumpversion:file:CHANGELOG.rst]
search = Unreleased
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
##########

Unreleased
Version 0.0.3 (2023-09-06)
**********************************************

* Fix: remove trailing slash in bulk enrollment url
2 changes: 1 addition & 1 deletion openedx_rest_api_client/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit 8d6b493

Please sign in to comment.