Skip to content

Commit

Permalink
Bump version and update changelog and deploy environment and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Feb 6, 2021
1 parent b11a36d commit 48a4576
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pip install --upgrade setuptools wheel
python setup.py ${{ matrix.distribution }}
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.0.0a0
uses: pypa/gh-action-pypi-publish@v1.4.1
with:
user: __token__
password: ${{ secrets.PYPI_PWD }}
2 changes: 1 addition & 1 deletion bracex/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ def parse_version(ver, pre=False):
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(2, 0, 1, "final")
__version_info__ = Version(2, 1, 0, "final")
__version__ = __version_info__._get_canonical()
1 change: 1 addition & 0 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 2.1.0

- **NEW**: Drop support for Python 3.5.
- **FIX**: Fix potential corner case in looping logic.

## 2.0.1

Expand Down
9 changes: 3 additions & 6 deletions docs/src/markdown/about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
## Become a Sponsor :octicons-heart-fill-16:{: .heart-throb}

Open source projects take time and money. Help support the project by becoming a sponsor. You can add your support at
any tier you feel comfortable with. No amount is too little.
any tier you feel comfortable with. No amount is too little. We also accept one time contributions via PayPal.

:octicons-mark-github-16: [GitHub Sponsors ](https://github.com/sponsors/facelessuser)

If you'd like to do a one time contribution, you can do so via PayPal.

:fontawesome-brands-paypal: [PayPal](https://www.paypal.me/facelessuser)
[:octicons-mark-github-16: GitHub Sponsors](https://github.com/sponsors/facelessuser){: .md-button .md-button--primary }
[:fontawesome-brands-paypal: PayPal](https://www.paypal.me/facelessuser){ .md-button}

## Bug Reports

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ theme:
- navigation.tabs

nav:
- Usage:
- Bracex: index.md
- Home:
- Usage: index.md
- About:
- Contributing & Support: about/contributing.md
- Development: about/development.md
Expand Down

0 comments on commit 48a4576

Please sign in to comment.