Skip to content

Commit e49b804

Browse files
committed
Adding readthedocs config
1 parent 73288ee commit e49b804

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.readthedocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
38
python:
4-
version: 3.7
9+
version: 3.10

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
9.7.1 (2023-12-08)
7+
------------------
8+
9+
- Fixing readthedocs configuration.
10+
611
9.7.0 (2023-12-06)
712
------------------
813

bigml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '9.7.0'
1+
__version__ = '9.7.1'

0 commit comments

Comments
 (0)