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 0e95c0e commit 85ab802Copy full SHA for 85ab802
CHANGES.md
@@ -2,6 +2,9 @@
2
3
## __NEXT__
4
5
+
6
+## 27.0.0 (9 December 2024)
7
8
### Major Changes
9
10
- Drop support for Python 3.8. [#1693] (@victorlin)
augur/__version__.py
@@ -1,4 +1,4 @@
1
-__version__ = '26.2.0'
+__version__ = '27.0.0'
def is_augur_version_compatible(version):
0 commit comments