Skip to content

Commit 7766f46

Browse files
version 22.2.0
1 parent 2ad8011 commit 7766f46

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## __NEXT__
44

5+
6+
## 22.2.0 (31 July 2023)
7+
58
### Features
69

710
* Adds a new sub-command augur curate titlecase. The titlecase command is intended to apply titlecase to string fields in a metadata record (e.g. BRAINE-LE-COMTE, FRANCE -> Braine-le-Comte, France). Previously, this was available in the transform-string-fields script within the monkeypox repo.

augur/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '22.1.0'
1+
__version__ = '22.2.0'
22

33

44
def is_augur_version_compatible(version):

0 commit comments

Comments
 (0)