Skip to content

Commit

Permalink
Bump version to 1.5.0.9006
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jul 5, 2023
1 parent b153563 commit 9d34fd7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: igraph
Version: 1.5.0.9005
Version: 1.5.0.9006
Title: Network Analysis and Visualization
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut",
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 1.5.0.9006

## Bug fixes

- Fix `make clean` (#860).

- `identical_graphs()` now correctly detects identical graphs without node or edge attributes (#757).

## Chore

- `R_SEXP_to_igraph()` and `R_SEXP_to_igraph_copy()` get `igraph_t` object from external pointer (#865).


# igraph 1.5.0.9005

## Bug fixes
Expand Down

0 comments on commit 9d34fd7

Please sign in to comment.