Skip to content

Commit

Permalink
REL: denote release (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade authored Dec 9, 2022
1 parent 4e20ce1 commit 90cfded
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
BIOM-Format ChangeLog
=====================

biom 2.1.11-dev
---------------
biom 2.1.13
-----------

Substantial performance improvement and bug fix, released on 9 December 2022.

Important:

Expand Down
2 changes: 1 addition & 1 deletion biom/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
__maintainer__ = "Daniel McDonald"
__email__ = "daniel.mcdonald@colorado.edu"
__format_version__ = (2, 1)
__version__ = "2.1.12"
__version__ = "2.1.13"


def generate_subsamples(table, n, axis='sample', by_id=False):
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
version = "2.1.11"
release = "2.1.11"
version = "2.1.13"
release = "2.1.13"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
__credits__ = ["Greg Caporaso", "Daniel McDonald", "Jose Clemente",
"Jai Ram Rideout", "Jorge Cañardo Alastuey", "Michael Hall"]
__license__ = "BSD"
__version__ = "2.1.12"
__version__ = "2.1.13"
__maintainer__ = "Daniel McDonald"
__email__ = "mcdonadt@colorado.edu"

Expand Down

0 comments on commit 90cfded

Please sign in to comment.