Skip to content

Commit edd06b1

Browse files
author
holukas
committed
Updated lock file
1 parent e62bf84 commit edd06b1

File tree

5 files changed

+9
-60
lines changed

5 files changed

+9
-60
lines changed

.idea/csv-editor.xml

Lines changed: 0 additions & 51 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
![](images/logo_FLUXRUN1_256px.png)
44

5+
## v1.3.1 - 1 Jul 2023
6+
7+
- Updated poetry.lock file
8+
- Updated version number, was wrong in last release, should have been v1.3.0 in toml
9+
510
## v1.3.0 - 2 Apr 2023
611

712
- New setting in `Output` > `After Processing` > `Delete uncompressed raw data ASCII`:

fluxrun/settings/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = "1.3.0"
2-
__date__ = "2 Apr 2023"
1+
__version__ = "1.3.1"
2+
__date__ = "1 Jul 2023"
33
__link_source_code__ = "https://gitlab.ethz.ch/flux/fluxrun"
44
__link_releases__ = "https://gitlab.ethz.ch/flux/fluxrun/-/releases"
55
__link_changelog__ = "https://gitlab.ethz.ch/flux/fluxrun/-/blob/master/CHANGELOG.md"

poetry.lock

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "fluxrun"
3-
version = "v1.2.0"
3+
version = "v1.3.1"
44
description = ""
55
authors = ["holukas <lukas.hoertnagl@usys.ethz.ch>"]
66

0 commit comments

Comments
 (0)