Skip to content

Commit

Permalink
Merge pull request #112 from keflavich/v0.3.4release
Browse files Browse the repository at this point in the history
Release 0.3.4: add version to setup.cfg
  • Loading branch information
e-koch authored Sep 23, 2022
2 parents 0d855db + bd102c0 commit d9ada0e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
python-version: 3.9
name: Python 3.9 with all dependencies (except CASA)
toxenv: py39-test-all
- os: ubuntu-18.04
python-version: 3.6
name: Python 3.6 with minimal dependencies and CASA
toxenv: py36-test-casa
# - os: ubuntu-18.04
# python-version: 3.6
# name: Python 3.6 with minimal dependencies and CASA
# toxenv: py36-test-casa
# - os: ubuntu-18.04
# python-version: 3.6
# name: Python 3.6, CASA, and dev versions of key dependencies
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Upload coverage to codecov
uses: codecov/[email protected]
with:
file: ./coverage.xml
file: ./coverage.xml
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.7'
python-version: '3.9'
- name: Install build
run: python -m pip install build
- name: Build sdist
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Simplified two-beam common beam determination (https://github.com/radio-astro-tools/radio-beam/pull/102)
- Allow non-arcsecond units in beam tables (https://github.com/radio-astro-tools/radio-beam/pull/98)
- Support for beam initialization from area (https://github.com/radio-astro-tools/radio-beam/pull/94)
- Drop support for python3.6

0.3.3 (2021-03-19)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = BSD
url = http://radio_beam.readthedocs.org
edit_on_github = False
github_project = radio-astro-tools/radio-beam
version = 0.3.4


[options]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38}-test{,-all,-dev}
py{37,38,39}-test{,-all,-dev}
build_docs
codestyle
requires =
Expand Down

0 comments on commit d9ada0e

Please sign in to comment.