Skip to content

Commit 1adbaa2

Browse files
committed
Release version 1.2.1
1 parent 37f980b commit 1adbaa2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
History
33
=========
44

5+
1.2.1
6+
=====
7+
8+
- Update ``settings_to_sample()`` to new Pydantic by @nsoranzo in https://github.com/galaxyproject/gravity/pull/140
9+
- Add GRAVITY_SKIP_SYSTEMD env var to bypass root user checks by @mvdbeek in https://github.com/galaxyproject/gravity/pull/141
10+
- Fix version check by @mvdbeek in https://github.com/galaxyproject/gravity/pull/142
11+
- Dispatch option on gunicorn version by @mvdbeek in https://github.com/galaxyproject/gravity/pull/143
12+
- Modernize remaining pydantic v1 syntax to v2 by @mvdbeek in https://github.com/galaxyproject/gravity/pull/145
13+
514
1.2.0
615
=====
716

gravity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)