Skip to content

Commit

Permalink
Bumped version and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abelardopardo committed Nov 24, 2023
1 parent 1f323d5 commit 0613d5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 10.5 (2023-11-24)

## Fixed

- Error in merge operation when new dataframe does not have extra columns but only extra rows.

# 10.4 (2023-08-16)

## Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OnTask: Personalised feedback at scale

Current Version: 10.4 ([documentation](http://ontask-version-b.readthedocs.io/en/latest/))
Current Version: 10.5 ([documentation](http://ontask-version-b.readthedocs.io/en/latest/))

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/abelardopardo/ontask_b)
![Issues](https://img.shields.io/github/issues/abelardopardo/ontask_b.svg?style=flat-square)
Expand Down
2 changes: 1 addition & 1 deletion ontask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'OnTaskSharedState',
'simplify_datetime_str']

__version__ = '10.4'
__version__ = '10.5'

LOGGER = logging.getLogger('ontask')

Expand Down

0 comments on commit 0613d5b

Please sign in to comment.