Skip to content

Commit

Permalink
Bump version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Jun 21, 2024
1 parent 06f19d7 commit 4689c48
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.7.3] - 2024-06-21

### Fixed
* Missing `<template>` tags in vue templates
* Overly loose dependencies in setup.py, restricted ipywidgets and ipyvuetify to
recent versions.




## [0.7.2] - 2023-11-29

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[![PyPI version](https://badge.fury.io/py/icat-iml.svg)](https://badge.fury.io/py/icat-iml)
[![tests](https://github.com/ORNL/icat/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ORNL/icat/actions/workflows/tests.yml)
[![License](https://img.shields.io/pypi/l/curifactory)](https://github.com/ORNL/curifactory/blob/main/LICENSE)
[![status](https://joss.theoj.org/papers/0528d60ff4f251069d15456fdb83bd0f/status.svg)](https://joss.theoj.org/papers/0528d60ff4f251069d15456fdb83bd0f)



Expand Down
2 changes: 1 addition & 1 deletion icat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from icat.anchors import Anchor, DictionaryAnchor, TFIDFAnchor
from icat.model import Model

__version__ = "0.7.2"
__version__ = "0.7.3"


def initialize(offline: bool = False):
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ panel
numpy
pandas
scikit-learn
ipyvuetify
ipywidgets
ipyvuetify~=1.9
ipywidgets<8.1.3
jupyterlab-widgets<3.0.11
ipyanchorviz
altair
pytest
Expand Down

0 comments on commit 4689c48

Please sign in to comment.