Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Dec 31, 2023
1 parent 897a700 commit 5a09ef4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
name: "${{ matrix.os }} Python ${{ matrix.python-version }}"
runs-on: "${{ matrix.os }}" # for all available VM runtime, see this: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners
env: # define environment variables
USING_COVERAGE: "3.7,3.8,3.9,3.10,3.11"
USING_COVERAGE: "3.7,3.8,3.9,3.10,3.11,3.12"
strategy:
matrix:
# os: ["ubuntu-latest", "windows-latest"]
os: ["ubuntu-latest", ] # for debug only
# python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", ] # for debug only
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# python-version: ["3.7", ] # for debug only
exclude:
- os: windows-latest # this is a useless exclude rules for demonstration use only
python-version: 2.7
Expand Down
2 changes: 1 addition & 1 deletion afwf/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "0.4.1"
__version__ = "0.5.1"

if __name__ == "__main__": # pragma: no cover
print(__version__)
10 changes: 10 additions & 0 deletions release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Backlog
**Miscellaneous**


0.5.1 (2023-12-31)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Minor Improvements**

- use version range in ``requirements.txt``.
- add maintainer guide document.
- use ``pyproject_ops`` code skeleton.
- use ``attrs`` modern API.


0.4.1 (2023-04-10)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**
Expand Down

0 comments on commit 5a09ef4

Please sign in to comment.