Skip to content

Commit

Permalink
Merge pull request #5 from mite-standard/dev_mmz
Browse files Browse the repository at this point in the history
Updated Python version, small fixes
  • Loading branch information
mmzdouc committed Aug 7, 2024
2 parents e7607cd + 265ac24 commit e384305
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2] 07-08-2024

### Changed

- Made minimum Python version more permissive

## [1.1] 05-08-2024

### Changed
Expand Down
2 changes: 0 additions & 2 deletions mite_schema/schema_manager/schema_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ def read_json(infile: str | Path) -> dict:
def validate_mite(self: Self, instance: dict):
"""Validate a dictionary against the MITE JSON schema
Loads 'changelog' and 'citation' from remote (MIBiG)
Arguments:
instance: a dictionary representing a json file
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "hatchling.build"

[project]
name = "mite_schema"
version = "1.1"
version = "1.2"
description = "Containing the Minimum Information about a Tailoring Enzymes schema and auxiliary methods"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.11"
license-files = { paths = ["LICENSE"] }
authors = [
{ name = "Mitja M. Zdouc", email = "zdoucmm@gmail.com" }
Expand All @@ -17,6 +17,7 @@ keywords = [
"genomics"
]
classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit e384305

Please sign in to comment.