Skip to content

Commit

Permalink
changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Sep 14, 2023
1 parent 6cb9092 commit 9ee2c6b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 18 deletions.
11 changes: 11 additions & 0 deletions release-notes/0.8.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release notes for sbmlutils 0.8.7
![sbmlutils](https://github.com/matthiaskoenig/sbmlutils/raw/develop/docs_builder/images/sbmlutils-logo-60.png)

We are pleased to release the next version of sbmlutils including the
following changes:

# Features

- fix issue with registry: unexpected keyword argument 'deprecationOfflineDate'

Your sbmlutils team
36 changes: 18 additions & 18 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
(?P<release>[a]*)(?P<num>\d*)
serialize =
serialize =
{major}.{minor}.{patch}{release}{num}
{major}.{minor}.{patch}
tag_name = {new_version}
Expand All @@ -15,15 +15,15 @@ tag_name = {new_version}
name = sbmlutils
url = https://github.com/matthiaskoenig/sbmlutils
download_url = https://pypi.org/project/sbmlutils
project_urls =
project_urls =
Source Code = https://github.com/matthiaskoenig/sbmlutils
Documentation = https://sbmlutils.readthedocs.io
Bug Tracker = https://github.com/matthiaskoenig/sbmlutils/issues
author = Matthias Koenig
author_email = konigmatt@googlemail.com
maintainer = Matthias Koenig
maintainer_email = konigmatt@googlemail.com
classifiers =
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Expand All @@ -38,29 +38,29 @@ license = LGPL-3.0
description = sbmlutils are utilities for working with SBML.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords =
keywords =
modeling
standardization
SBML

[options]
zip_safe = True
python_requires = >=3.9
install_requires =
pymetadata>=0.3.10
install_requires =
pymetadata>=0.3.11

depinfo
rich
lxml
requests
jinja2
xmltodict
pydantic

numpy>=1.21.1
python-libsbml>=5.20.1
antimony>=2.13.2

scipy>=1.8
pandas>=2.0
pint>=0.18
Expand All @@ -69,22 +69,22 @@ install_requires =
markdown-it-py>=2.0.1
openpyxl>=3.0.9
xmlschema>=1.9.2

matplotlib>=3.5

fastapi>=0.73.0
uvicorn>=0.14.4
python-multipart>=0.0.5
py2cytoscape>=0.7.1

libroadrunner
tests_require =
tests_require =
tox>=3.24.3
pytest>=7.0.1
setup_requires =
setup_requires =
pytest-runner
packages = find:
package_dir =
package_dir =
= src
include_package_data = True

Expand All @@ -95,7 +95,7 @@ test = pytest
where = src

[options.extras_require]
development =
development =
pip-tools>6.14.0
black>=23.3.0
bump2version>=1.0.1
Expand All @@ -106,7 +106,7 @@ development =
mypy>=1.4.1
pytest>=7.4.0
pytest-cov>=4.1.0
docs =
docs =
sphinx>=3.4.3
ipykernel>=5.4.3
nbsphinx>=0.8.1
Expand All @@ -120,7 +120,7 @@ universal = 1
[bumpversion:part:release]
optional_value = placeholder
first_value = placeholder
values =
values =
placeholder
a

Expand Down

0 comments on commit 9ee2c6b

Please sign in to comment.