Skip to content

Commit 493b73b

Browse files
committed
more info
1 parent c0a4734 commit 493b73b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Changelog
77
for your project, make sure you adapt to the new data types (or don't upgrade).
88
- **Faster quadrature**: Thanks to `tlunet <https://github.com/tlunet>`_ the computation of the weights is now faster and
99
(even) more reliable. No breaking of any API here...
10+
- **Bugfixing and version pushes**: The code should run without (many) complaints with Python 3.6, 3.7 and potentially above.
11+
Also, the plotting routines have been adapted to work with recent versions of `matplotlib`.
1012

1113
This is not much (yet) and if it were not for the API changes, this would have been a minor release.
1214

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@
6060

6161
# General information about the project.
6262
project = 'pySDC'
63-
copyright = '2019, Robert Speck'
63+
copyright = '2021, Robert Speck'
6464
author = 'Robert Speck'
6565

6666
# The version info for the project you're documenting, acts as replacement for
6767
# |version| and |release|, also used in various other places throughout the
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '3'
71+
version = '4.0'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '3'
73+
release = '4.0'
7474

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

0 commit comments

Comments
 (0)