-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from SCM-NV/rel
REL: Release Nano-QMFlows 0.12.1
- Loading branch information
Showing
4 changed files
with
21 additions
and
8 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,5 +1,11 @@ | ||
# Change Log | ||
|
||
# 0.12.1 (17/11/2021) | ||
|
||
## Fixed | ||
* Fixed a number of pypi classifiers. | ||
|
||
|
||
# 0.12.0 (17/11/2021) | ||
|
||
## New | ||
|
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,8 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: 80 | ||
patch: | ||
default: | ||
target: 0 |
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 +1 @@ | ||
__version__ = '0.12.0' | ||
__version__ = '0.12.1' |
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 |
---|---|---|
|
@@ -139,18 +139,17 @@ def build_extensions(self): | |
author_email='[email protected]', | ||
keywords='chemistry Photochemistry Simulation', | ||
long_description=readme() + '\n\n', | ||
long_description_content_type='text/markdown', | ||
long_description_content_type='text/x-rst', | ||
packages=find_packages(), | ||
classifiers=[ | ||
'License :: OSI Approved :: Apache Software License', | ||
'Natural Language :: English', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Development Status :: 4 - Beta', | ||
'Intended Audience :: Science/Research', | ||
'programming language :: python :: 3.8', | ||
'programming language :: python :: 3.9', | ||
'programming language :: python :: 3.10', | ||
'development status :: 4 - Beta', | ||
'intended audience :: science/research', | ||
'topic :: scientific/engineering :: chemistry', | ||
'Topic :: Scientific/Engineering :: Chemistry', | ||
'Typing :: Typed', | ||
], | ||
install_requires=[ | ||
|