Skip to content

Commit f41ca38

Browse files
ibayerImmanuel Bayer
andauthored
Joss review (#50)
* build new version * add contributions * bump version to avoid collision with internal release Co-authored-by: Immanuel Bayer <git@ibayer.eu>
1 parent 9ccb16f commit f41ca38

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.8.4] - 2022-08-23
1111

12+
This release include improvements based on review feedback from our [JOSS](https://joss.theoj.org/) submission. We want to thank our reviewers [Carl Simon Adorf](https://github.com/csadorf), [Matthew Feickert](https://github.com/matthewfeickert) and our editor [Daniel S. Katz](https://github.com/danielskatz) for their valuable contributions.
13+
1214
- Expanded and improved documentation based on [Carl Simon Adorf](https://github.com/csadorf) and [Matthew Feickert](https://github.com/matthewfeickert) feedback.
1315
- Added better API description and a new design section by [Ítalo Epifânio](https://github.com/itepifanio).
1416
- Properly described: tests execution and "infinitely hackable" claim by [Ítalo Epifânio](https://github.com/itepifanio).

ipyannotator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.3"
1+
__version__ = "0.8.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ipyannotator"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
description = "The infinitely hackable annotation framework"
55
authors = ["palaimon.io <oss@mail.palaimon.io>"]
66
license = "Apache License 2.0"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Palaimon
99
author_email = oss@mail.palaimon.io
1010
copyright = Palaimon GmbH
1111
branch = main
12-
version = 0.8.3
12+
version = 0.8.5
1313
min_python = 3.8
1414
audience = Developers
1515
language = English

0 commit comments

Comments
 (0)