Skip to content

Commit

Permalink
v2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Nov 26, 2020
1 parent 254f656 commit c0e9e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
test:
name: Unittests
name: Pytest
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion pymlconf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
ConfigurationNotInitializedError


__version__ = '2.5.8'
__version__ = '2.5.9'

0 comments on commit c0e9e8d

Please sign in to comment.