Skip to content

Commit

Permalink
updated requirement files and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jaadt7 committed Oct 4, 2023
1 parent 4952570 commit 2687e48
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
11 changes: 3 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ rm -fr xsd_pub
git clone https://bitbucket.org/mbradle/liblvls_xsd.git xsd_pub
cd ..

OS=$($uname -s)
if [OS = 'Linux']; then
python3 -m pip install --upgrade build
python3 -m build
else
python -m pip install --upgrade build
python -m build
fi
python -m pip install --upgrade build
python -m build

9 changes: 9 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changelog
All notable changes to this project will be documented in this file. This
project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.

Version 3.0.1
-------------

Fix:

* sphinx-rtd-theme has been added to the documentation requirements to properly
compile on Read the Docs

Version 3.0.0
-------------

Expand All @@ -18,6 +26,7 @@ Fix:
* The extraneous search has been removed from the index.
* The instructions for exporting the appropriate software reference from
Zenodo are now clearer.


Version 2.0.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion lvlspy/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

__title__ = "lvlspy"
__summary__ = "Python project to work with quantum level system data"
__version__ = "3.0.0"
__version__ = "3.0.1"
__author__ = "Clemson University"
__copyright__ = "Clemson University, 2022-2023"

0 comments on commit 2687e48

Please sign in to comment.