Skip to content

Commit

Permalink
prepare release 0.14.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Oct 4, 2021
1 parent 70a2051 commit 027e82e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10.0-rc.1']
python-version: ['3.7', '3.8', '3.9', '3.10.0-rc.2']
qt-binding: [pyqt5, pyside2]
fail-fast: false
steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
pip install pytest pytest-cov
- name: Install pytest-qt
if: matrix.python-version != '3.10.0-rc.1'
if: matrix.python-version != '3.10.0-rc.2'
run: |
pip install pytest-qt
- name: Run tests (Windows, Mac)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python: [36, 37, 38, 39]
python: [37, 38, 39, 310]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion enaml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
MICRO = 0

# The status indicate if this is a development or pre-release version
STATUS = 'dev'
STATUS = 'rc1'

#: A namedtuple of the version info for the current release.
version_info = namedtuple('version_info', 'major minor micro status')
Expand Down
1 change: 1 addition & 0 deletions releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Dates are written as DD/MM/YYYY
- fix operator bindings in template instances PR #445
- fix FlowLayout error with FlowItems that have non-zero stretch or ortho_stretch PR #448
- add support for styling notebook tabs PR #452
- drop official support for Python 3.6

0.13.0 - 19/04/2021
-------------------
Expand Down

0 comments on commit 027e82e

Please sign in to comment.