Skip to content

Commit fd80525

Browse files
authored
Merge pull request #377 from nodestream-proj/release-0-13-6
Release 0.13.6
2 parents a026bad + 797a709 commit fd80525

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@
116116
"contributions": [
117117
"code"
118118
]
119+
},
120+
{
121+
"login": "Aclucas1",
122+
"name": "Austin Lucas",
123+
"avatar_url": "https://avatars.githubusercontent.com/u/21301692?v=4",
124+
"profile": "https://github.com/Aclucas1",
125+
"contributions": [
126+
"code"
127+
]
119128
}
120129
],
121130
"contributorsPerLine": 7,

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![codecov](https://codecov.io/gh/nodestream-proj/nodestream/branch/main/graph/badge.svg?token=HAPEVKQ6OQ)](https://codecov.io/gh/nodestream-proj/nodestream)
1313
[![ApacheV2 License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://opensource.org/license/apache-2-0/)
1414
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
15-
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
15+
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
1616
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1717

1818
**Nodestream allows you to work with graphs declaratively.** With nodestream, you unlock a bounty of features purpose built for working with graphs.
@@ -98,6 +98,7 @@ Be sure to checkout or [Contributing Docs](https://nodestream-proj.github.io/doc
9898
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yasonk"><img src="https://avatars.githubusercontent.com/u/6750414?v=4?s=100" width="100px;" alt="yasonk"/><br /><sub><b>yasonk</b></sub></a><br /><a href="https://github.com/nodestream-proj/nodestream/commits?author=yasonk" title="Code">💻</a> <a href="https://github.com/nodestream-proj/nodestream/pulls?q=is%3Apr+reviewed-by%3Ayasonk" title="Reviewed Pull Requests">👀</a></td>
9999
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stuartio"><img src="https://avatars.githubusercontent.com/u/22449467?v=4?s=100" width="100px;" alt="Stuart Macleod"/><br /><sub><b>Stuart Macleod</b></sub></a><br /><a href="https://github.com/nodestream-proj/nodestream/commits?author=stuartio" title="Code">💻</a></td>
100100
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Cole-Greer"><img src="https://avatars.githubusercontent.com/u/112986082?v=4?s=100" width="100px;" alt="Cole Greer"/><br /><sub><b>Cole Greer</b></sub></a><br /><a href="https://github.com/nodestream-proj/nodestream/commits?author=Cole-Greer" title="Code">💻</a></td>
101+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Aclucas1"><img src="https://avatars.githubusercontent.com/u/21301692?v=4?s=100" width="100px;" alt="Austin Lucas"/><br /><sub><b>Austin Lucas</b></sub></a><br /><a href="https://github.com/nodestream-proj/nodestream/commits?author=Aclucas1" title="Code">💻</a></td>
101102
</tr>
102103
</tbody>
103104
<tfoot>

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nodestream"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
description = "A Fast, Declarative ETL for Graph Databases."
55
license = "GPL-3.0-only"
66
authors = [

0 commit comments

Comments
 (0)