Skip to content

Commit

Permalink
Merge c9602b4 into 97d5b91
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Jul 13, 2020
2 parents 97d5b91 + c9602b4 commit f12a1e3
Show file tree
Hide file tree
Showing 110 changed files with 4,498 additions and 3,284 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.2dev
commit = False
tag = False
tag_name = {new_version}
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ TODO
continuum value? (e.g., latter only cares about the side bands)
- Deprecate `mangadap.survey.mangampl`

3.0.2dev
--------

- Added DataTable, mostly for automated documentation purposes.
- Removed revision histories
- Updated docs for MPL-10

3.0.1 (31 May 2020)
-------------------

Expand Down
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ apirst:
SPHINX_APIDOC_OPTIONS=$(SPHINXAPIOPT) $(SPHINXAPI) --separate -o ./api ../mangadap ../mangadap/tests/* ../mangadap/scripts/*
python3 ./scripts/write_bitmask_tables.py
python3 ./scripts/write_parset_tables.py
python3 ./scripts/write_datatables.py
python3 ./scripts/write_defaultplan.py
python3 ./scripts/write_script_help.py

Expand Down

0 comments on commit f12a1e3

Please sign in to comment.