Skip to content

Commit

Permalink
Merge pull request #14 from edx/varshamenon4/fix-changelog
Browse files Browse the repository at this point in the history
build: fix build errors and warnings
  • Loading branch information
varshamenon4 authored Dec 16, 2022
2 parents deb9fc5 + e52e001 commit 5b1d3ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Unreleased

*

[0.2.1] - 2022-12-16
************************************************

Added
=====

* Fixed changelog formatting error

[0.2.0] - 2022-12-15
************************************************

Expand All @@ -24,6 +32,7 @@ Added

* Added API function to sign access token
* Added API function to unpack access token

[0.1.0] - 2022-08-23
************************************************

Expand Down
2 changes: 1 addition & 1 deletion token_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
App for the creation, signing, and decoding of various access tokens.
"""

__version__ = '0.2.0'
__version__ = '0.2.1'

default_app_config = 'token_utils.apps.TokenUtilsConfig' # pylint: disable=invalid-name

0 comments on commit 5b1d3ee

Please sign in to comment.