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 5c85e2b commit 096fcc0Copy full SHA for 096fcc0
src/migrate/HISTORY.rst
@@ -3,7 +3,7 @@
3
Release History
4
===============
5
6
-3.0.0b2
+3.0.0b1
7
+++++++++++++++
8
* Refactor codebase for improved readability and maintainability.
9
src/migrate/setup.py
@@ -7,7 +7,7 @@
from setuptools import setup, find_packages
10
-VERSION = "3.0.0b2"
+VERSION = "3.0.0b1"
11
12
CLASSIFIERS = [
13
'Development Status :: 4 - Beta',
0 commit comments