Skip to content

Commit 2d8161a

Browse files
authored
Merge pull request #6 from gboeing/release
update for release v0.3.2
2 parents 74c298a + c8d6259 commit 2d8161a

18 files changed

Lines changed: 296 additions & 25 deletions

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ['3.6', '3.7', '3.8', '3.9']
19+
python-version: ['3.8', '3.9', '3.10']
2020

2121
defaults:
2222
run:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 0.3.2 (2022-05-23)
4+
5+
- update dependencies compatibility
6+
37
## 0.3.1 (2021-01-01)
48

59
- include requirements in distribution
@@ -31,4 +35,4 @@
3135

3236
## 0.1 (2016-12-27)
3337

34-
- first release
38+
- first release

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2021 Geoff Boeing https://geoffboeing.com/
3+
Copyright (c) 2015-2022 Geoff Boeing https://geoffboeing.com/
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ pip
1717
pydocstyle
1818
pynamical
1919
pytest
20-
python == 3.8.*
20+
python == 3.10.*
2121
sphinx

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161

6262
# General information about the project.
6363
project = "pynamical"
64-
copyright = "2015-2021, Geoff Boeing"
64+
copyright = "2015-2022, Geoff Boeing"
6565
author = "Geoff Boeing"
6666

6767
# The version info for the project you're documenting, acts as replacement for
6868
# |version| and |release|, also used in various other places throughout the
6969
# built documents.
70-
version = release = "0.3.1"
70+
version = release = "0.3.2"
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

examples/pynamical-demo-3d-animation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"name": "python",
451451
"nbconvert_exporter": "python",
452452
"pygments_lexer": "ipython3",
453-
"version": "3.8.6"
453+
"version": "3.10.4"
454454
}
455455
},
456456
"nbformat": 4,

examples/pynamical-demo-cobweb-plots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"name": "python",
234234
"nbconvert_exporter": "python",
235235
"pygments_lexer": "ipython3",
236-
"version": "3.8.6"
236+
"version": "3.10.4"
237237
}
238238
},
239239
"nbformat": 4,

examples/pynamical-demo-logistic-model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"name": "python",
296296
"nbconvert_exporter": "python",
297297
"pygments_lexer": "ipython3",
298-
"version": "3.8.6"
298+
"version": "3.10.4"
299299
}
300300
},
301301
"nbformat": 4,

examples/pynamical-demo-other-models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"name": "python",
215215
"nbconvert_exporter": "python",
216216
"pygments_lexer": "ipython3",
217-
"version": "3.8.6"
217+
"version": "3.10.4"
218218
}
219219
},
220220
"nbformat": 4,

examples/pynamical-demo-phase-diagrams.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"name": "python",
307307
"nbconvert_exporter": "python",
308308
"pygments_lexer": "ipython3",
309-
"version": "3.8.6"
309+
"version": "3.10.4"
310310
}
311311
},
312312
"nbformat": 4,

0 commit comments

Comments
 (0)