From a039821be9520b821ec4380d27d5399883ab2402 Mon Sep 17 00:00:00 2001 From: julietcohen Date: Wed, 13 Mar 2024 16:12:05 -0500 Subject: [PATCH] updated version number for next release, removed metacatUI specific documentation from contributing doc --- CONTRIBUTING.md | 4 +--- README.md | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8de393c..8dc6c8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,8 +19,6 @@ bug reports, documentation, graphics, and many others. You might consider contr - Fix a bug and contribute the code with a Pull Request - Write or edit some documentation - Sharing helpful tips or FAQ-type answers to users or future contributors -- Create screenshots or tutorials of features of MetacatUI -- Answer questions on DataONE Discussions - ... This is an open source project, and we welcome full @@ -45,7 +43,7 @@ In short: ## Development Workflow -Development is managed through the git repository at https://github.com/PermafrostDiscoveryGateway/viz-staging. The repository is organized into several branches, each with a specific purpose. +Development is managed through the git repository at https://github.com/PermafrostDiscoveryGateway/viz-workflow. The repository is organized into several branches, each with a specific purpose. **main**. The `main` branch represents the stable branch that is constantly maintained with the current release. It should generally be safe to install and use the `main` branch the same way as binary releases. The version number in all configuration files and the README on the `main` branch follows [semantic versioning](https://semver.org/) and should always be set to the current stable release, for example `2.8.5`. diff --git a/README.md b/README.md index 51bbfbb..ccfeb33 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Viz-workflow: the Permafrost Discovery Gateway geospatial data visualization workflow - **Authors**: Robyn Thiessen-Bock ; Juliet Cohen ; Matthew B. Jones ; Kastan Day ; Lauren Walker -- **DOI**: [10.18739/A2HD7NV2N](https://ezid.cdlib.org/id/doi:10.18739/A2HD7NV2N) +- **DOI**: [10.18739/A2NS0M04C](https://ezid.cdlib.org/id/doi:10.18739/A2NS0M04C) - **License**: [Apache 2](https://opensource.org/license/apache-2-0/) - [Package source code on GitHub](https://github.com/PermafrostDiscoveryGateway/viz-workflow) - [Submit bugs and feature requests](https://github.com/PermafrostDiscoveryGateway/viz-workflow/issues/new) @@ -14,7 +14,7 @@ The Permafrost Discovery Gateway visualization workflow uses [viz-staging](https Cite this software as: -> Robyn Thiessen-Bock, Juliet Cohen, Matthew B. Jones, Kastan Day, Lauren Walker. 2023. Viz-workflow: the Permafrost Discovery Gateway geospatial data visualization workflow (version 0.9.1). Arctic Data Center. doi: 10.18739/A2HD7NV2N +> Robyn Thiessen-Bock, Juliet Cohen, Matthew B. Jones, Kastan Day, Lauren Walker. 2023. Viz-workflow: the Permafrost Discovery Gateway geospatial data visualization workflow (version 0.9.2). Arctic Data Center. doi: 10.18739/A2NS0M04C ## Usage diff --git a/setup.py b/setup.py index 6adde00..c86f0a2 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/PermafrostDiscoveryGateway/viz-workflow', - version='0.9.0', + version='0.9.2', zip_safe=False, )