Skip to content

Commit

Permalink
chore(release): 2.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.20.1](v2.20.0...v2.20.1) (2024-05-01)

### Bug Fixes

* **sitemap:** Remove async call to sync function. ([f02a0c0](f02a0c0))
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent f02a0c0 commit 1f38656
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.20.1](https://github.com/Ecogenomics/api.gtdb.ecogenomic.org/compare/v2.20.0...v2.20.1) (2024-05-01)


### Bug Fixes

* **sitemap:** Remove async call to sync function. ([f02a0c0](https://github.com/Ecogenomics/api.gtdb.ecogenomic.org/commit/f02a0c08935ebc72bab6cab4950a06380be390c9))

# [2.20.0](https://github.com/Ecogenomics/api.gtdb.ecogenomic.org/compare/v2.19.0...v2.20.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.20.0'
__version__ = '2.20.1'

0 comments on commit 1f38656

Please sign in to comment.