Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Oct 21, 2024
1 parent 7632f81 commit a12e50b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ While changes are documented for individual point versions we actually do not
push releases out for all of them; they serve more as internal development
milestones.

### 2024-10-21 (v2.0.3)

* bringing the documentaion into `bycon`
- seriously using Python heredocs, starting with embedding the main information
about their functionality into the service caller functions
- project root `markdowner.py` now parses services (and some preference
files) into `.md` sources for website generation
* see e.g. <http://bycon.progenetix.org/generated/services/>
- data import documentation at <http://bycon.progenetix.org/importers/>
* revision of `importTablesGenerator.py`

### 2024-10-17 (v2.0.2)

* added a `ontologymapsReplacer.py` service app to (re-) create the `_byconServicesDB.ontologymaps` collection
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="bycon",
version="2.0.2",
version="2.0.3",
description="A Python-based environment for the Beacon v2 genomics API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a12e50b

Please sign in to comment.