Skip to content

Commit

Permalink
Merge branch 'release-v0.23.x' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Sep 25, 2020
2 parents f0c588b + 027d3da commit 40b47fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.6.1
python -m pip install cibuildwheel==1.5.5
- name: Build wheels
run: |
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include AUTHORS.rst
include numina/array/trace/Trace.h
include numina/array/trace/fitter.h
recursive-include numina *.pyx
include src/*.h
include src/*.pyx
include src/nirproc.cpp
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.23'
# The full version, including alpha/beta/rc tags.
release = '0.23.1'
release = '0.23.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion numina/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

"""Numina version."""

version = '0.23.1'
version = '0.23.2'

0 comments on commit 40b47fc

Please sign in to comment.