Skip to content

Commit

Permalink
Changelog and release
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Jun 16, 2021
1 parent fa1ebfa commit f099e85
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This changelog was started for release 4.2.0.

## [4.3.1] - 2021-06-16

### Fixed

- Fixed an issue with categories
- Fixed an issue with GFF import


## [4.3.0] - 2021-06-10

### Added
Expand All @@ -26,7 +34,6 @@ This changelog was started for release 4.2.0.
- Now return the created file id (instead of celery task id) in the create file endpoint
- Fixed Flask version to < 2.0.0 due to compatibility issues


### Fixed

- Fixed the console restriction to admin/users (was not fully functional)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"ontology"
],
"name": "AskOmics",
"version": "4.3.0",
"version": "4.3.1",
"description": "Visual SPARQL query builder",
"author": "Xavier Garnier",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='askomics',
version='4.3.0',
version='4.3.1',
description='''
AskOmics is a visual SPARQL query interface supporting both intuitive
data integration and querying while shielding the user from most of the
Expand Down

0 comments on commit f099e85

Please sign in to comment.