Skip to content

Commit df070af

Browse files
authored
version update
1 parent 674a38e commit df070af

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# CHANGELOG
2+
### Changes 0.0.11
3+
4+
- Fix to how surfactant table is displayed in GUI
5+
26
### Changes 0.0.10
37

48
- Only internal clean-up

INSTALLATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
To make the installation of EasyReflectometry as easy as possible, we prepare packaged releases for three major operating systems:
44

5-
- [Windows](https://github.com/easyScience/EasyReflectometryApp/releases/download/v0.0.10-beta/EasyReflectometry_Windows_x86-32_v0.0.10-beta.exe)
6-
- [macOS](https://github.com/easyScience/EasyReflectometryApp/releases/download/v0.0.10-beta/EasyReflectometry_macOS_x86-64_v0.0.10-beta.zip) (built on 10.15)
7-
- [Linux](https://github.com/easyScience/EasyReflectometryApp/releases/download/v0.0.10-beta/EasyReflectometry_Linux_x86-64_v0.0.10-beta.zip) (built on Ubuntu-20.04)
5+
- [Windows](https://github.com/easyScience/EasyReflectometryApp/releases/download/v0.0.11-beta/EasyReflectometry_Windows_x86-32_v0.0.11-beta.exe)
6+
- [macOS](https://github.com/easyScience/EasyReflectometryApp/releases/download/v0.0.11-beta/EasyReflectometry_macOS_x86-64_v0.0.11-beta.zip) (built on 10.15)
7+
- [Linux](https://github.com/easyScience/EasyReflectometryApp/releases/download/v0.0.11-beta/EasyReflectometry_Linux_x86-64_v0.0.11-beta.zip) (built on Ubuntu-20.04)
88

99
If the relevant EasyReflectometry installation does not work on your system, then please try installation from source.
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88
# Note that while the project is called EasyReflectometryApp
99
# the application itself is EasyReflectometry.
1010
name = "EasyReflectometryApp"
11-
version = "0.0.10"
11+
version = "0.0.11"
1212
description = "Making reflectometry data analysis and modelling easy."
1313
authors = [
1414
{name = "Andrew R. McCluskey", email = "andrew.mccluskey@ess.eu"},

0 commit comments

Comments
 (0)