We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda8754 commit da6abfbCopy full SHA for da6abfb
.readthedocs.yml
@@ -11,7 +11,7 @@ version: 2
11
build:
12
os: ubuntu-22.04
13
tools:
14
- python: "3.9"
+ python: "3.10"
15
16
# Build documentation in the docs/ directory with Sphinx
17
sphinx:
CHANGELOG.md
@@ -3,7 +3,7 @@
3
(Formatting and design based on Olivier Lacan's [Keep a CHANGELOG](http://keepachangelog.com/))
4
5
6
-# 1.1 -- 2024-10-xx
+# 1.1 -- 2024-10-05
7
8
### Added
9
Added support for Numpy version 2. PyImfit should now work with both versions 1 and 2 of Numpy.
docs/conf.py
@@ -26,7 +26,7 @@
26
author = 'Peter Erwin'
27
28
# The short X.Y version
29
-version = '1.0'
+version = '1.1'
30
# The full version, including alpha/beta/rc tags
31
release = '1.1'
32
0 commit comments