Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Tesse committed Jan 1, 2024
1 parent 46ab78c commit 9f3f806
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 325 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ authors:
given-names: Marion
orcid: "https://orcid.org/0000-0002-0339-0759"
title: "Georges"
version: 2023.1
version: 2024.1
url: "https://github.com/ULB-Metronu/georges/"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![ci](https://github.com/ULB-Metronu/georges/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ULB-Metronu/georges/actions/workflows/master.yml)
[![documentation](https://github.com/ULB-Metronu/georges/actions/workflows/documentation.yml/badge.svg?branch=master)](https://github.com/ULB-Metronu/georges/actions/workflows/documentation.yml)
![Python](docs/_static/python_versions.svg)
![version](https://img.shields.io/badge/version-2023.2-blue)
![version](https://img.shields.io/badge/version-2024.1-blue)

[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=ULB-Metronu_georges&metric=bugs)](https://sonarcloud.io/summary/overall?id=ULB-Metronu_georges)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ULB-Metronu_georges&metric=coverage)](https://sonarcloud.io/summary/overall?id=ULB-Metronu_georges)
Expand Down
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
Changelog
*********

* 2023-2
* 2024-1

* Add doctest
* Add an example with energy degradation.
* Fix filename to compute the coefficients with BDSIM.
* Improve the documentation for the apertures
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

project = "Georges"
copyright = (
"2018-2023, Cédric Hernalsteens ([email protected]), Robin Tesse ([email protected]), "
"2018-2024, Cédric Hernalsteens ([email protected]), Robin Tesse ([email protected]), "
"Eustache Gnacadja ([email protected]), Eliott Ramoisiaux ([email protected]), "
"Marion Vanwelde ([email protected]), Kévin André"
)
Expand Down
636 changes: 317 additions & 319 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exclude = ['docs/**', '.venv/**']

[tool.poetry]
name = "georges"
version = "2023.2"
version = "2024.1"
description = "Georges' accelerator physics library - Core"
authors = ["Cédric Hernalsteens <[email protected]>",
"Robin Tesse <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=ulb-metronu

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=georges
sonar.projectVersion=2023.1
sonar.projectVersion=2024.1

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=georges/
Expand Down

0 comments on commit 9f3f806

Please sign in to comment.