From 777dbf5d0ca62fcd6fb51cce8c1d7ac08624715a Mon Sep 17 00:00:00 2001 From: MSARDAR2 Date: Sat, 27 Nov 2021 20:17:33 -0500 Subject: [PATCH] V 0.2.3 --- HISTORY.rst | 6 ++++++ README.rst | 4 +--- setup.py | 2 +- swolfpy_inputdata/__init__.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7df41cf..9c2a9c9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.2.3 (2021-11-24) +------------------ + +* Update Landfill + + 0.2.1 (2021-10-02) ------------------ diff --git a/README.rst b/README.rst index ba66aa5..02ae31f 100644 --- a/README.rst +++ b/README.rst @@ -37,12 +37,10 @@ Input data for swolfpy's life-cycle process models (swolfpy_inputdata) * Free software: GNU GENERAL PUBLIC LICENSE V2 +* Website: https://swolfpy-project.github.io * Documentation: https://swolfpy.readthedocs.io. * Repository: https://github.com/SwolfPy-Project/swolfpy-inputdata -* Other links: - * https://go.ncsu.edu/swolfpy - * https://jwlevis.wixsite.com/swolf Features diff --git a/setup.py b/setup.py index fa96880..3c473a8 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/SwolfPy-Project/swolfpy-inputdata', - version='0.2.2', + version='0.2.3', zip_safe=False, ) diff --git a/swolfpy_inputdata/__init__.py b/swolfpy_inputdata/__init__.py index f89cece..38e86d9 100644 --- a/swolfpy_inputdata/__init__.py +++ b/swolfpy_inputdata/__init__.py @@ -38,4 +38,4 @@ 'RDF_Input', ] -__version__ = '0.2.2' +__version__ = '0.2.3'