Étienne Mollier pushed to branch upstream at Debian Med / pyensembl
Commits: 08c7e238 by Étienne Mollier at 2022-08-31T19:53:33+02:00 New upstream version 2.0.1+ds - - - - - 4 changed files: - PKG-INFO - pyensembl.egg-info/PKG-INFO - pyensembl/ensembl_release_versions.py - pyensembl/version.py Changes: ===================================== PKG-INFO ===================================== @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: pyensembl -Version: 2.0.0 +Version: 2.0.1 Summary: Python interface to ensembl reference genome metadata Home-page: https://github.com/openvax/pyensembl Author: Alex Rubinsteyn Author-email: [email protected] License: http://www.apache.org/licenses/LICENSE-2.0.html -Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Console Classifier: Operating System :: OS Independent @@ -227,5 +226,3 @@ by the given chromosome and strand.</dd> <dt>exon_ids_of_transcript_name(transcript_name)</dt> <dd>Returns a list of exon IDs associated with a given transcript name.</dd> </dl> - - ===================================== pyensembl.egg-info/PKG-INFO ===================================== @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: pyensembl -Version: 2.0.0 +Version: 2.0.1 Summary: Python interface to ensembl reference genome metadata Home-page: https://github.com/openvax/pyensembl Author: Alex Rubinsteyn Author-email: [email protected] License: http://www.apache.org/licenses/LICENSE-2.0.html -Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Console Classifier: Operating System :: OS Independent @@ -227,5 +226,3 @@ by the given chromosome and strand.</dd> <dt>exon_ids_of_transcript_name(transcript_name)</dt> <dd>Returns a list of exon IDs associated with a given transcript name.</dd> </dl> - - ===================================== pyensembl/ensembl_release_versions.py ===================================== @@ -11,7 +11,7 @@ # limitations under the License. MIN_ENSEMBL_RELEASE = 54 -MAX_ENSEMBL_RELEASE = 106 +MAX_ENSEMBL_RELEASE = 107 def check_release_number(release): """ ===================================== pyensembl/version.py ===================================== @@ -1 +1 @@ -__version__ = '2.0.0' \ No newline at end of file +__version__ = '2.0.1' View it on GitLab: https://salsa.debian.org/med-team/pyensembl/-/commit/08c7e2385e7f247b5d4d5f7906360c27347b434e -- View it on GitLab: https://salsa.debian.org/med-team/pyensembl/-/commit/08c7e2385e7f247b5d4d5f7906360c27347b434e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
