diff --git a/CHANGES.rst b/CHANGES.rst index 61f2ea6375a..2ee451e4ef5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,44 @@ Changes ======= +118.0 (released) snovault 1.0.58 +-------------------------------- +1. ENCD-6012-regulome-validation-error (#3969) +2. ENCD-6011-ontology-efo-bug-fix (#3967) +3. ENCD-6002-publicationdata-dl (#3965) +4. ENCD-5992-cart-analysis-dl (#3964) +5. update-snovault-1.0.58 (#3963) +6. ENCD-5886-add-ccre-default-tracks (#3960) +7. ENCD-5989-fix-analysis-embed (#3961) +8. ENCD-5949-add-file-output-types-unidirectional-bidirectional-peaks-and-entex (#3957) +9. SNO-170-avoid-rendering-from-database-3 (#3954) +10. ENCD-5776-new-batch-download-ui (#3941) +11. ENCD-5888-accept-regions-in-examined-loci-on-reference (#3959) +12. ENCD-5929-analysis-audits (#3951) +13. ENCD-5975-adjust-file-schema-ultima-fastqs (#3953) +14. ENCD-5972 entex references (#3952) +15. ENCD-5964-add-assays-update-ontology (#3942) +16. ENCD-5978-hic-qc (#3945) +17. ENCD-5980-fix-download-button (#3950) +18. ENCD-5976-nagios-configuration (#3947) +19. ENCD-5952-add-new-internal-tags (#3935) +20. ENCD-5962-avoid-results-from-stale-request (#3943) +21. ENCD-5977 pairs file addition (#3944) +22. ENCD-5939-bdd-tests (#3946) +23. ENCD-5943 Update relevant_life_stage enums for Annotation (#3936) +24. ENCD-5948-fcc-ucsc-visualization (#3938) +25. ENCD-5617-new-software-page (#3922) +26. SNO-202-python3.8.5-upgrade (#3937) +27. ENCD-5933-add-promoter-details-to-gm-reagents (#3931) +28. ENCD-5953-update-fcc-table (#3934) +29. ENCD-5690-add-azure-uri-to-file-metadata (#3939) +30. ENCD-4549-wildtype-biosample-title-update (#3927) +31. ENCD-5966-fix-series-table-target-bug (#3933) +32. ENCD-5940-cart-dataset-target (#3930) +33. ENCD-5932 fix regulome tags (#3928) +34. ENCD-5808 facet for biochemical inputs (#3869) +35. ENCD-5942-display-disease-name-on-series (#3926) +36. ENCD-5959-fix-series-page-crash (#3932) + 117.0 (released) snovault 1.0.57 -------------------------------- 1. ENCD-5945-index-annotations-logging (#3920) diff --git a/setup.py b/setup.py index f3270071d30..f89ed5ac135 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup( name='encoded', - version='117.0', + version='118.0', description='Metadata database for ENCODE', long_description=README + '\n\n' + CHANGES, packages=find_packages('src'),