Skip to content

Commit

Permalink
3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-taubman authored Apr 14, 2023
1 parent 0834e35 commit 2209741
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8' ]
python-version: ['3.8']
os: ['ubuntu-latest']
name: Linting OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -37,9 +37,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
# Can't use ubuntu-latest until Python 3.4 has Ubuntu 20.X install options in setup-python@v2
os: ['ubuntu-18.04']
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
os: ['ubuntu-latest']
name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -70,7 +69,7 @@ jobs:

strategy:
matrix:
python-version: ['3.7']
python-version: ['3.8']
os: ['ubuntu-latest']

env:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Brewtils Changelog
==================

3.16.0
------
4/14/2023

Other Changes
^^^^^^^^^^^^^
- Removed version pinning on the packaging and wrapt dependencies
- Support for python 3.11

3.15.0
------
8/31/2022
Expand Down
2 changes: 1 addition & 1 deletion brewtils/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "3.15.0"
__version__ = "3.16.0"

0 comments on commit 2209741

Please sign in to comment.