Skip to content

Commit

Permalink
fix version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinstadler committed Nov 10, 2023
1 parent fddb030 commit f912881
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m build
twine check --strict dist/*
- name: Upload
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.COCO_PYPI_PW }}
2 changes: 1 addition & 1 deletion .github/workflows/puplish_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m build
twine check --strict dist/*
- name: Upload
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.GENERIC_TEST_PYPI_UPLOAD }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.1.1 - 20231110

### Development

- fix pypi uploader
- fix version numbering

## 1.1 - 20231110

### Development
Expand Down
2 changes: 1 addition & 1 deletion country_converter/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1"
__version__ = "1.1.1"

0 comments on commit f912881

Please sign in to comment.