Skip to content

Commit e24068b

Browse files
authored
Merge pull request #33 from astro-informatics/bump/2.2.0
version number was inconsistent -- bump to 2.2.0
2 parents 54869e6 + 0427dcf commit e24068b

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

.github/workflows/conan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: create package with fpic=${{matrix.fpic}} cfitsio=${{matrix.cfitsio}}
3838
shell: bash
3939
run: |
40-
if [ "${{ github.ref }}" = "refs/tags/v1.3.0" ]; then
40+
if [ "${{ github.ref }}" = "refs/tags/v2.2.0" ]; then
4141
channel="stable"
4242
else
4343
channel="testing"
@@ -55,4 +55,4 @@ jobs:
5555
CONAN_PASSWORD: ${{secrets.BINTRAY_TOKEN}}
5656
CONAN_LOGIN_USERNAME: astroinformaticsci
5757
CONAN_REMOTE_URL: https://api.bintray.com/conan/astro-informatics/astro-informatics
58-
run: conan upload s2let/2.1.0 -c --all -r=astro-informatics
58+
run: conan upload s2let/2.2.0 -c --all -r=astro-informatics

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
mv source-distribution/*.tar.gz wheel-*/*.whl dist
120120
121121
- name: Publish distribution 📦 to Test PyPI
122-
if: ${{ github.ref != 'refs/tags/v2.1.0' }}
122+
if: ${{ github.ref != 'refs/tags/v2.2.0' }}
123123
uses: pypa/gh-action-pypi-publish@master
124124
with:
125125
password: ${{ secrets.TEST_PYPI_TOKEN }}
126126
repository_url: https://test.pypi.org/legacy/
127127

128128
- name: Publish distribution 📦 to PyPI
129-
if: ${{ github.ref == 'refs/tags/v2.1.0' }}
129+
if: ${{ github.ref == 'refs/tags/v2.2.0' }}
130130
uses: pypa/gh-action-pypi-publish@master
131131
with:
132132
password: ${{ secrets.PYPI_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[docs-img]: https://img.shields.io/badge/docs-stable-blue.svg
44
[docs-url]: https://astro-informatics.github.io/s2let/
55
[bintray-img]: https://img.shields.io/bintray/v/astro-informatics/astro-informatics/s2let:astro-informactics?label=C%20package
6-
[bintray-url]: https://bintray.com/astro-informatics/astro-informatics/s2let:astro-informatics/2.1.0:stable/link
6+
[bintray-url]: https://bintray.com/astro-informatics/astro-informatics/s2let:astro-informatics/2.2.0:stable/link
77
[pypi-img]: https://badge.fury.io/py/pys2let.svg
88
[pypi-url]: https://badge.fury.io/py/pys2let
99
[codefactor-img]: https://www.codefactor.io/repository/github/astro-informatics/s2let/badge/main

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class S2letConan(ConanFile):
55
name = "s2let"
6-
version = "2.1.0"
6+
version = "2.2.0"
77
license = "GPL-2.0"
88
url = "https://github.com/astro-informatics/s2let"
99
homepage = "https://github.com/astro-informatics/s2let"

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ <h1 class="title">S2LET<span class="fade"></span></h1>
4747
<h2>News</h2>
4848

4949
<ul>
50+
<li><strong>October 2020</strong><br />
51+
Public release of S2LET 2.2.0, revamped build system and publication to bintray and pypi.
5052
<li><strong>November 2016</strong><br />
5153
Public release of S2LET 2.1b1, fully supporting scale-discretised ridgelets and curvelets (in Matlab).
5254
<li><strong>October 2015</strong><br />

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ UNAME := $(shell uname)
2727

2828
# Compilers and options for C
2929
CC = gcc
30-
OPT = -Wall -g -fPIC -fopenmp -DS2LET_VERSION=\"2.1b1\" -DS2LET_BUILD=\"`git rev-parse HEAD`\"
30+
OPT = -Wall -g -fPIC -fopenmp -DS2LET_VERSION=\"2.2.0\" -DS2LET_BUILD=\"`git rev-parse HEAD`\"
3131

3232
# Compilers and options for Fortran
3333
FCC = gfortran

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.2.0
33
commit = False
44
tag = False
55

@@ -22,12 +22,12 @@ tag = False
2222
[flake8]
2323
max-line-length = 88
2424
extend-ignore = E203, W503
25-
exclude =
26-
.tox,
27-
.git,
28-
build,
29-
__pycache__,
30-
docs/,
25+
exclude =
26+
.tox,
27+
.git,
28+
build,
29+
__pycache__,
30+
docs/,
3131

3232
[pycodestyle]
3333
count = False

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="pys2let",
24-
version="2.1.0",
24+
version="2.2.0",
2525
author=["Boris Leistedt", "Martin Büttner", "Jennifer Chan", "Jason McEwen"],
2626
install_requires=["numpy"],
2727
extras_require={

src/doxygen.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = S2LET
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = 1.2.0
34+
PROJECT_NUMBER = 2.2.0
3535

3636
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3737
# for a project that appears at the top of each page and should give viewer

0 commit comments

Comments
 (0)