Skip to content

Commit 3ceb65b

Browse files
authored
Bump version to 0.8.dev0 in pyproject.toml (#341)
1 parent 3c884ae commit 3ceb65b

File tree

2 files changed

+85
-1
lines changed

2 files changed

+85
-1
lines changed

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,89 @@
11
# CHANGELOG
22

3+
## [Unreleased]()
4+
5+
### Added
6+
7+
### Fixed
8+
9+
### Changed
10+
11+
### Dependencies
12+
- Bump version to 0.8.dev0 in pyproject.toml [#341](https://github.com/ansys/pyhps/pull/341)
13+
14+
## [0.7.0](https://github.com/ansys/pyhps/releases/tag/v0.7.0) - February 21 2024
15+
16+
### Added
17+
- feat: needed permissions for junit action
18+
- feat: update license start year (#334)
19+
- Add codecov to the repository (#339)
20+
21+
### Fixed
22+
- fix: followup tech review (#300)
23+
- fix: workflow permissions (#301)
24+
- fix: github output instead of env var (#303)
25+
- fix: outputs
26+
- Fix coverage (#307)
27+
- fix: stage dependencies (#313)
28+
- fix: solve badges (#340)
29+
30+
### Changed
31+
- Technical review [#273](https://github.com/ansys/pyhps/pull/273)
32+
- Replace unittest with pytest (#298)
33+
- cicd: proposing different action (#302)
34+
- Cleanup workflows (#306)
35+
- Update RMS models (#308)
36+
- Additional cleanup (#312)
37+
- Update tests for LS-DYNA example (#276)
38+
- More docs and url renaming (#316)
39+
- Update README.rst (#317)
40+
- DCS migration guide (#314)
41+
- Adjust schemas docstrings (#318)
42+
- Expose task work dir (#320)
43+
- Update fluent nozzle example (#319)
44+
- Rework Doc API Reference (#321)
45+
- Remove issue templates (#327)
46+
- docs: installation steps (#336)
47+
- Post tech-review updates (#338)
48+
49+
### Dependencies
50+
- Bump ansys-sphinx-theme from 0.13.1 to 0.13.2 (#297)
51+
- Bump docker/login-action from 2 to 3 (#292)
52+
- Bump dawidd6/action-download-artifact from 2 to 3 (#290)
53+
- Bump peter-evans/create-or-update-comment from 2 to 4 (#295)
54+
- Bump actions/checkout from 3 to 4 (#293)
55+
- Bump sphinxnotes-strike from 1.2 to 1.2.1 (#296)
56+
- Bump sphinx-autodoc-typehints from 1.25.2 to 1.25.3 (#291)
57+
- Bump actions/setup-python from 4 to 5 (#310)
58+
- Bump mikepenz/action-junit-report from 3 to 4 (#309)
59+
- Bump ansys-sphinx-theme from 0.13.2 to 0.13.4 (#324)
60+
- Bump twine from 4.0.2 to 5.0.0 (#323)
61+
- Bump sphinx-autodoc-typehints from 1.25.3 to 2.0.0 (#325)
62+
- Bump pytest from 8.0.0 to 8.0.1 (#328)
63+
- Bump ansys-sphinx-theme from 0.13.4 to 0.14.0 (#330)
64+
- Bump coverage from 7.4.1 to 7.4.2 (#337)
65+
66+
## [0.6.0](https://github.com/ansys/pyhps/releases/tag/v0.6.0) - January 31 2024
67+
68+
### Added
69+
- Add license headers to files [#270](https://github.com/ansys/pyhps/pull/270)
70+
71+
### Fixed
72+
- Fix small typo in Objects vs Dictionaries [#259](https://github.com/ansys/pyhps/pull/259)
73+
- Improve type checking for create, update and delete methods [#271](https://github.com/ansys/pyhps/pull/271)
74+
- Improvements from testing session [#275](https://github.com/ansys/pyhps/pull/275)
75+
76+
### Changed
77+
- Rename to PyHPS [#258](https://github.com/ansys/pyhps/pull/258)
78+
- More renaming [#260](https://github.com/ansys/pyhps/pull/260)
79+
- Update RMS models and API [#262](https://github.com/ansys/pyhps/pull/262)
80+
- Overall doc edit for public release [#278](https://github.com/ansys/pyhps/pull/268)
81+
82+
### Dependencies
83+
- Bump apispec from 6.3.0 to 6.3.1 in /requirements [#264](https://github.com/ansys/pyhps/pull/264)
84+
- Bump pytest from 7.4.3 to 7.4.4 in /requirements [#266](https://github.com/ansys/pyhps/pull/266)
85+
- Update add-license-headers version [#277](https://github.com/ansys/pyhps/pull/277)
86+
387
## [0.5.0](https://github.com/ansys/pyhps/releases/tag/v0.5.0) - December 14 2023
488

589
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-hps-client"
8-
version = "0.7.dev0"
8+
version = "0.8.dev0"
99
description = "A python client for Ansys HPC Platform Services"
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)