Skip to content

Commit

Permalink
Joss review (#50)
Browse files Browse the repository at this point in the history
* build new version

* add contributions

* bump version to avoid collision with internal release

Co-authored-by: Immanuel Bayer <[email protected]>
  • Loading branch information
ibayer and Immanuel Bayer authored Aug 24, 2022
1 parent 9ccb16f commit f41ca38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.8.4] - 2022-08-23

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.

- Expanded and improved documentation based on [Carl Simon Adorf](https://github.com/csadorf) and [Matthew Feickert](https://github.com/matthewfeickert) feedback.
- Added better API description and a new design section by [Ítalo Epifânio](https://github.com/itepifanio).
- Properly described: tests execution and "infinitely hackable" claim by [Ítalo Epifânio](https://github.com/itepifanio).
Expand Down
2 changes: 1 addition & 1 deletion ipyannotator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.3"
__version__ = "0.8.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ipyannotator"
version = "0.8.4"
version = "0.8.5"
description = "The infinitely hackable annotation framework"
authors = ["palaimon.io <[email protected]>"]
license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author = Palaimon
author_email = [email protected]
copyright = Palaimon GmbH
branch = main
version = 0.8.3
version = 0.8.5
min_python = 3.8
audience = Developers
language = English
Expand Down

0 comments on commit f41ca38

Please sign in to comment.