Skip to content

Commit

Permalink
refactor: updated build version
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Jan 17, 2024
1 parent 947a8a7 commit e8cd746
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Change Log
Unreleased
----------

[4.10.2]
--------

feat: removed unencrypted user credentials data columns


[4.10.1]
--------

Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "4.10.1"
__version__ = "4.10.2"
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def setUp(self):
moodle_base_url='foobar',
service_short_name='shortname',
category_id=1,
username='username',
password='password',
token='token',
decrypted_username='username',
decrypted_password='password',
decrypted_token='token',
)

@mock.patch('enterprise.api_client.discovery.CourseCatalogApiServiceClient')
Expand Down

0 comments on commit e8cd746

Please sign in to comment.