Skip to content

Commit 9eb14e3

Browse files
committed
Bump to 0.4.3
1 parent 094b04c commit 9eb14e3

File tree

7 files changed

+19
-32
lines changed

7 files changed

+19
-32
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version v0.4.3
2+
3+
## Enhancements
4+
* Better colors for darkmode ([c0150af](https://github.com/Kastakin/PyES/commit/c0150afd7a0189594b6fa6fd23d9e0c622190ff0))
5+
6+
## Chores
7+
* Update release creation options for CI ([094b04c](https://github.com/Kastakin/PyES/commit/094b04c211c44be5ec9eeff4ae38dbd55e18fde1))
8+
* Bump requirements (PySide6.4) ([8015b99](https://github.com/Kastakin/PyES/commit/8015b99612d458c72fc60c8a07e61b00fb64cb8c))
9+
10+
111
# Version v0.4.2
212

313
## Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyes"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = ""
55
authors = ["Lorenzo Castellino <castellino96@gmail.com>"]
66
license = "GPLv3"

release_text.md

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,10 @@
1-
# Version v0.4.2
2-
3-
## Features
4-
* Allow change colors in plots ([49610dc](https://github.com/Kastakin/PyES/commit/49610dc3464a39bad4b0c97ebb1318c6ac11d01f))
1+
# Version v0.4.3
52

63
## Enhancements
7-
* Add example README ([6912940](https://github.com/Kastakin/PyES/commit/6912940055a643cba06fc8208fa24713390ca0e8))
8-
* Preserve indipendent component when switching comp order ([deb32f1](https://github.com/Kastakin/PyES/commit/deb32f146b11644b327148c61a39c649f5080dae))
9-
* Square color pickers in plot window ([16cbfa2](https://github.com/Kastakin/PyES/commit/16cbfa2363ab5bd5b2dfa777ce41afd99bf9aa85))
10-
11-
## Fixes
12-
* Adjust flags behaviour for qt6.4 ([9d5d86a](https://github.com/Kastakin/PyES/commit/9d5d86afb602da3e96eb446d85524605641ec18b))
13-
* Remove unused imports dangling ([b97b7e1](https://github.com/Kastakin/PyES/commit/b97b7e199dfe5e16074c6c47cd37318cfde2658f))
14-
* Avoid recalculating species names in calculation routine ([8f25118](https://github.com/Kastakin/PyES/commit/8f25118545d54615f3057f938f871a29847a7f66))
15-
* Correct error computation of solids ([01db4f2](https://github.com/Kastakin/PyES/commit/01db4f27402dee21fa5df002aae394575059d80e))
16-
* Rename variable for consistency ([31bb88e](https://github.com/Kastakin/PyES/commit/31bb88eea964654bc4137ffa94652aada2062a38))
17-
* Remove unused code ([04d2b54](https://github.com/Kastakin/PyES/commit/04d2b54310b73dd89908d9d23e290ddfd7ca595b))
18-
* Relax damping routine convergence ([26922a5](https://github.com/Kastakin/PyES/commit/26922a56bc99548a3320a54dd2280c796337afe2))
4+
* Better colors for darkmode ([c0150af](https://github.com/Kastakin/PyES/commit/c0150afd7a0189594b6fa6fd23d9e0c622190ff0))
195

206
## Chores
21-
* Rollback due to incorrect CI ([707a4e4](https://github.com/Kastakin/PyES/commit/707a4e4cf59045eaaf0b75d87e626dc95e2afbd7))
22-
* Bump requirements ([3d45733](https://github.com/Kastakin/PyES/commit/3d457336464f3e7bb2d8568976ca536c4de82edc))
23-
* Update release workflow ([784fe30](https://github.com/Kastakin/PyES/commit/784fe30f39dea79a6dc9aaded8188e89668de593))
24-
* Add `ruff` to dev dependencies ([22b19bf](https://github.com/Kastakin/PyES/commit/22b19bffcf68f8bc795dbdc769767ccc62cbff64))
25-
* Delete unused script ([4da8353](https://github.com/Kastakin/PyES/commit/4da83531acfb4faa2ec23b7124313faaa876a39f))
26-
27-
## Others
28-
* to 0.4.2 ([78ec1ee](https://github.com/Kastakin/PyES/commit/78ec1ee6fd5b3109abad3001308f86a4cc44cb4d))
29-
* branch 'multi_module' into dev ([dbd5a41](https://github.com/Kastakin/PyES/commit/dbd5a417ae4ae0b99b91b25bbf5029b29e4d42f7))
30-
* Remove unused import ([b6a5bd7](https://github.com/Kastakin/PyES/commit/b6a5bd7ae913f5af3bdf5b87c6493f38c7874c74))
31-
* Relax conv condition for c~=0 ([d5f52ca](https://github.com/Kastakin/PyES/commit/d5f52caf91d8f9b833181293ebd4b6b950fd7828))
7+
* Update release creation options for CI ([094b04c](https://github.com/Kastakin/PyES/commit/094b04c211c44be5ec9eeff4ae38dbd55e18fde1))
8+
* Bump requirements (PySide6.4) ([8015b99](https://github.com/Kastakin/PyES/commit/8015b99612d458c72fc60c8a07e61b00fb64cb8c))
329

3310

src/build/settings/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app_name": "PyES",
33
"author": "Lorenzo Castellino",
44
"main_module": "src/main/python/main.py",
5-
"version": "0.4.2",
5+
"version": "0.4.3",
66
"extra_pyinstaller_args": [
77
"--exclude-module",
88
"PySide6.QtQml",

src/main/python/ui/PyES_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def retranslateUi(self, dialogAbout):
6868
QCoreApplication.translate("dialogAbout", "About", None)
6969
)
7070
self.label.setText(
71-
QCoreApplication.translate("dialogAbout", "PyES Version 0.4.2", None)
71+
QCoreApplication.translate("dialogAbout", "PyES Version 0.4.3", None)
7272
)
7373
self.label_3.setText(
7474
QCoreApplication.translate(

src/main/python/ui/PyES_about.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<item>
3636
<widget class="QLabel" name="label">
3737
<property name="text">
38-
<string>PyES Version 0.4.2</string>
38+
<string>PyES Version 0.4.3</string>
3939
</property>
4040
</widget>
4141
</item>

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# github_url = "https://github.com/<user or organization>/<project>/"
33

44
[version]
5-
current = "0.4.2"
5+
current = "0.4.3"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)