Skip to content

Commit

Permalink
Prepare for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Grande committed Feb 10, 2023
1 parent d668790 commit a3dac5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## Unreleased
## Version 1.0.0

### New Features

- Add basic support for SevenBridges service (_i.e_ client factory, ops, and hook)
- Add the ability to draft, launch, and monitor SevenBridges tasks
- Register package as an Airflow provider

### Design Decisions

Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://setuptools.pypa.io/en/latest/references/keywords.html

[metadata]
name = orca
name = py-orca
description = Python package for connecting services and building data pipelines
author = Bruno Grande
author_email = bruno.grande@sagebase.org
Expand All @@ -14,12 +14,12 @@ long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
url = https://github.com/Sage-Bionetworks-Workflows/py-orca
project_urls =
Documentation = https://github.com/Sage-Bionetworks-Workflows/py-orca
Source = https://github.com/Sage-Bionetworks-Workflows/py-orca
Tracker = https://github.com/Sage-Bionetworks-Workflows/py-orca/issues
# Changelog = https://pyscaffold.org/en/latest/changelog.html
# Conda-Forge = https://anaconda.org/conda-forge/pyscaffold
# Download = https://pypi.org/project/PyScaffold/#files
# Documentation = https://github.com/Sage-Bionetworks-Workflows/py-orca
# Changelog = https://pyscaffold.org/en/latest/changelog.html
# Conda-Forge = https://anaconda.org/conda-forge/pyscaffold
# Download = https://pypi.org/project/PyScaffold/#files

# Change if running only on Windows, Mac or Linux (comma-separated)
platforms = any
Expand Down

0 comments on commit a3dac5e

Please sign in to comment.