Skip to content

Commit

Permalink
- Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Aug 19, 2024
1 parent 6988689 commit a01bb33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
* chore: cleaned unused files
* chore: bump version

## v1.0.2

* fix: allow custom sizing on multi select elements
* revert: Add support to call custom callback functions from filters outside of 508's scope to support unified filter button clicking

## v1.0.1

* feat: Add support to call custom callback functions from filters outside of 508's scope to support unified filter button clicking
Expand Down
2 changes: 1 addition & 1 deletion admin_interface/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit a01bb33

Please sign in to comment.