Skip to content

Commit

Permalink
updated version number for next release, removed metacatUI specific d…
Browse files Browse the repository at this point in the history
…ocumentation from contributing doc
  • Loading branch information
julietcohen committed Mar 13, 2024
1 parent f5960b8 commit a039821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit a039821

Please sign in to comment.