Skip to content

Commit

Permalink
Append to bugfix (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Dec 4, 2020
1 parent 957953a commit d1b2713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ docs/api/
# Pytest and coverage related
htmlcov
.coverage
.coverage.*
.pytest_cache/
tests/create_data/tmp/
*.log

# setuptools_scm
emg3d/version.py
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ recent versions
"""""""""""""""


*v0.15.1* : discretize restructure
----------------------------------
*v0.15.1* : Bugfix deploy
-------------------------

**2020-12-04**

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ linkcheck:
cd docs && make html -b linkcheck && cd ..

clean:
rm -rf build/ dist/ .eggs/ emg3d.egg-info/ # build
rm -rf build/ dist/ .eggs/ emg3d.egg-info/ emg3d/version.py # build
rm -rf */__pycache__/ */*/__pycache__/ # python cache
rm -rf .coverage htmlcov/ .pytest_cache/ # tests and coverage
rm -rf docs/api/ docs/_build/ # docs

0 comments on commit d1b2713

Please sign in to comment.