We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec61f8 commit e354ae6Copy full SHA for e354ae6
2 files changed
src/mcc/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.0.0b3 (2025-06-17)
7
+++++++
8
+* Refactored commands to use new GA API version for MCC.
9
+
10
1.0.0b1 (2024-10-16)
11
++++++
12
* Initial release.
src/mcc/setup.py
@@ -10,7 +10,7 @@
# HISTORY.rst entry.
13
-VERSION = '1.0.0b2'
+VERSION = '1.0.0b3'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments