Skip to content

Commit da6abfb

Browse files
committed
Attempted update to readthedocs.yml (using Python 3.10 instead of 3.9); finished updating version number in docs/conf.py; updated changelog
1 parent eda8754 commit da6abfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: 2
1111
build:
1212
os: ubuntu-22.04
1313
tools:
14-
python: "3.9"
14+
python: "3.10"
1515

1616
# Build documentation in the docs/ directory with Sphinx
1717
sphinx:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(Formatting and design based on Olivier Lacan's [Keep a CHANGELOG](http://keepachangelog.com/))
44

55

6-
# 1.1 -- 2024-10-xx
6+
# 1.1 -- 2024-10-05
77

88
### Added
99
Added support for Numpy version 2. PyImfit should now work with both versions 1 and 2 of Numpy.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'Peter Erwin'
2727

2828
# The short X.Y version
29-
version = '1.0'
29+
version = '1.1'
3030
# The full version, including alpha/beta/rc tags
3131
release = '1.1'
3232

0 commit comments

Comments
 (0)