diff --git a/DESCRIPTION b/DESCRIPTION index cdcc04fce4..8f902283bf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: igraph Title: Network Analysis and Visualization -Version: 2.3.3.9036 +Version: 2.3.3.9037 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7098-9676")), diff --git a/NEWS.md b/NEWS.md index d81adde5ec..73047a290c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,18 @@ +# igraph 2.3.3.9037 + +## Chore + +- Improve errors in iterators.R (#1891, #2006). + +- Increase R minimal version to R4.0.0 (#2876). + +## Documentation + +- Fix dots docs thanks to roxygen2's warning about useless inheritParams (#2868). + + # igraph 2.3.3.9036 ## Chore