-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the version, release date, and update the author list for documentation. Also adds back the metadata section of the setup.cfg file.
- Loading branch information
1 parent
222ea64
commit 04da24c
Showing
3 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[bumpversion] | ||
current_version = 0.1.0 | ||
current_version = 1.0.0 | ||
commit = True | ||
tag = True | ||
|
||
[bumpversion:file:setup.cfg] | ||
|
||
[bumpversion:file:docs/conf.py] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[metadata] | ||
name = uwtools | ||
version = 1.0.0 | ||
description = Unified Workflow tools for use with applications with UFS and beyond | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
author = "NOAA, EPIC" | ||
#author_email = [email protected] | ||
keywords = NOAA, EPIC, UFS | ||
home_page = https://github.com/ufs-community/workflow-tools | ||
license = GNU Lesser General Public License | ||
classifiers = | ||
Development Status :: 1 - Beta | ||
Intended Audience :: Developers | ||
Intended Audience :: Science/Research | ||
License :: OSI Approved :: GNU Lesser General Public License | ||
Natural Language :: English | ||
Operating System :: OS Independent | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Topic :: Software Development :: Libraries :: Python Modules | ||
Operating System :: OS Independent | ||
Typing :: Typed | ||
project_urls = | ||
Bug Tracker = https://github.com/ufs-community/workflow-tools/issues | ||
CI = https://github.com/ufs-community/workflow-tools/actions |