Skip to content

Commit 777dbf5

Browse files
committed
V 0.2.3
1 parent 70aa655 commit 777dbf5

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
0.2.3 (2021-11-24)
6+
------------------
7+
8+
* Update Landfill
9+
10+
511
0.2.1 (2021-10-02)
612
------------------
713

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ Input data for swolfpy's life-cycle process models (swolfpy_inputdata)
3737

3838

3939
* Free software: GNU GENERAL PUBLIC LICENSE V2
40+
* Website: https://swolfpy-project.github.io
4041
* Documentation: https://swolfpy.readthedocs.io.
4142
* Repository: https://github.com/SwolfPy-Project/swolfpy-inputdata
42-
* Other links:
4343

44-
* https://go.ncsu.edu/swolfpy
45-
* https://jwlevis.wixsite.com/swolf
4644

4745

4846
Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
test_suite='tests',
6767
tests_require=test_requirements,
6868
url='https://github.com/SwolfPy-Project/swolfpy-inputdata',
69-
version='0.2.2',
69+
version='0.2.3',
7070
zip_safe=False,
7171
)

swolfpy_inputdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
'RDF_Input',
3939
]
4040

41-
__version__ = '0.2.2'
41+
__version__ = '0.2.3'

0 commit comments

Comments
 (0)