Skip to content

Commit

Permalink
[master], updated info for release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panDanieleN committed Jan 8, 2024
1 parent b309259 commit 3ab88a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

Version 2.0.0 (XXXX-XX-XX)
Version 2.0.0 (2024-01-08)
--------------------------

- implemented thermo-chemical data and properties (solubility and diffusivity of impurities, Oxygen concentration range where protective oxide layer formation is assured,
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ lbh15
=====

:Author: Daniele Panico, Daniele Tomatis
:Date: 07/04/2023
:Contributor: Gabriele Ottino, Lucie Kerleau, Chloé Largeron
:Date: 08/01/2024

Introduction
------------
Expand Down
2 changes: 1 addition & 1 deletion lbh15/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = "2.0.0"
__author__ = "Daniele Panico, Daniele Tomatis, Gabriele Ottino"
__company__ = "newcleo"
__date__ = "11 December 2023"
__date__ = "08 January 2024"

from .lead import Lead
from .bismuth import Bismuth
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def get_info(rel_path, info):
- Update the "docs/source/release_notes.rst"
- Update the CHANGELOG.rst file with the features introduced in the last release
- Update author list in README.rst
- Update latex document cover fields as variables within "conf.py"
2. Test the package build and install on test-pypi:
a. Change the name of the package in setup.py and pyproject.toml in 'lbh15-test'
Expand Down

0 comments on commit 3ab88a7

Please sign in to comment.