Skip to content

Commit 66482dd

Browse files
author
Robin Tesse
committed
Fix security issue
1 parent 281704f commit 66482dd

File tree

6 files changed

+244
-221
lines changed

6 files changed

+244
-221
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![ci](https://github.com/ULB-Metronu/georges-core/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ULB-Metronu/georges-core/actions/workflows/ci.yml)
44
[![documentation](https://github.com/ULB-Metronu/georges-core/actions/workflows/documentation.yml/badge.svg?branch=master)](https://github.com/ULB-Metronu/georges-core/actions/workflows/documentation.yml)
55
![Python](docs/_static/python_versions.svg)
6-
![version](https://img.shields.io/badge/version-2022.1-blue)
6+
![version](https://img.shields.io/badge/version-2023.2-blue)
77

88
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=ULB-Metronu_georges-core&metric=bugs)](https://sonarcloud.io/summary/new_code?id=ULB-Metronu_georges-core)
99
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ULB-Metronu_georges-core&metric=coverage)](https://sonarcloud.io/summary/new_code?id=ULB-Metronu_georges-core)

docs/modules/plotting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ This module contains three functions that allow the export of 3D histogram value
3838

3939
:code:`beam_to_vtk` is a function receiving a BDSIM output file. This function allows extracting the particle trajectory and creating a vtk file with the particle and their correct color code.
4040

41-
..note::
41+
.. note ::
4242
43-
These functions are still in development but already give the main ingredients for further developments
43+
These functions are still in development but already give the main ingredients for further developments

georges_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2023.1"
1+
__version__ = "2023.2"
22

33
from .distribution import Distribution, DistributionException
44
from .units import Q_, ureg

0 commit comments

Comments
 (0)