Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 9c728c7

Browse files
author
Wang Bo
authored
chore: release 072 (#685)
1 parent df97e17 commit 9c728c7

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

1111
### Added
1212

13+
### Removed
14+
15+
### Changed
16+
17+
### Fixed
18+
19+
### Docs
20+
21+
22+
## [0.7.2] - 2023-03-02
23+
24+
### Added
25+
1326
- Add support for learning rate schedulers. ([#679](https://github.com/jina-ai/finetuner/pull/679))
1427

1528
### Removed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version = 0.7.1
2+
version = 0.7.2
33

44
[flake8]
55
# E501 is too long lines - ignore as black takes care of that

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
install_requires=[
3030
'docarray[common]>=0.21.0',
3131
'trimesh==3.16.4',
32-
'finetuner-stubs==0.12.7rc2',
32+
'finetuner-stubs==0.12.7',
3333
'jina-hubble-sdk==0.33.1',
3434
],
3535
extras_require={
3636
'full': [
37-
'finetuner-commons==0.12.7rc2',
37+
'finetuner-commons==0.12.7',
3838
],
3939
'test': [
4040
'black==22.3.0',

0 commit comments

Comments
 (0)