Skip to content

Commit 751ff1b

Browse files
committed
release libmamba 1.5.7, libmambapy 1.5.7, mamba 1.5.7, micromamba 1.5.7
1 parent 10fc9fa commit 751ff1b

File tree

9 files changed

+40
-4
lines changed

9 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2024.03.04
2+
==========
3+
4+
Releases: libmamba 1.5.7, libmambapy 1.5.7, mamba 1.5.7, micromamba 1.5.7
5+
6+
Bug fixes:
7+
8+
- [mamba] Fix repoquery subcommand for Python 3.11/3.12 by @mbargull in https://github.com/mamba-org/mamba/pull/3170
9+
10+
CI
11+
12+
- [mamba] Run tests for conda=24.1 by @mbargull in https://github.com/mamba-org/mamba/pull/3191
13+
114
2023.12.21
215
==========
316

libmamba/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
libmamba 1.5.7 (March 04, 2024)
2+
===============================
3+
4+
15
libmamba 1.5.6 (December 21, 2023)
26
==================================
37

libmamba/include/mamba/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define LIBMAMBA_VERSION_MAJOR 1
1414
#define LIBMAMBA_VERSION_MINOR 5
15-
#define LIBMAMBA_VERSION_PATCH 6
15+
#define LIBMAMBA_VERSION_PATCH 7
1616

1717
// Binary version
1818
#define LIBMAMBA_BINARY_CURRENT 2

libmambapy/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
libmambapy 1.5.7 (March 04, 2024)
2+
=================================
3+
4+
15
libmambapy 1.5.6 (December 21, 2023)
26
====================================
37

libmambapy/libmambapy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 5, 6)
1+
version_info = (1, 5, 7)
22
__version__ = ".".join(map(str, version_info))

mamba/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
mamba 1.5.7 (March 04, 2024)
2+
============================
3+
4+
Bug fixes:
5+
6+
- Fix repoquery subcommand for Python 3.11/3.12 by @mbargull in https://github.com/mamba-org/mamba/pull/3170
7+
8+
CI
9+
10+
- Run tests for conda=24.1 by @mbargull in https://github.com/mamba-org/mamba/pull/3191
11+
112
mamba 1.5.6 (December 21, 2023)
213
===============================
314

mamba/mamba/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 5, 6)
1+
version_info = (1, 5, 7)
22
__version__ = ".".join(map(str, version_info))

micromamba/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
micromamba 1.5.7 (March 04, 2024)
2+
=================================
3+
4+
15
micromamba 1.5.6 (December 21, 2023)
26
====================================
37

micromamba/src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define UMAMBA_VERSION_MAJOR 1
1414
#define UMAMBA_VERSION_MINOR 5
15-
#define UMAMBA_VERSION_PATCH 6
15+
#define UMAMBA_VERSION_PATCH 7
1616

1717
// Binary version
1818
#define UMAMBA_BINARY_CURRENT 1

0 commit comments

Comments
 (0)