Skip to content

Commit 974a9ee

Browse files
ugrc-release-bot[bot]stdavis
authored andcommitted
chore: release v3.1.3
1 parent 876998b commit 974a9ee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.2"
2+
".": "3.1.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.3](https://github.com/agrc/supervisor/compare/v3.1.2...v3.1.3) (2025-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* separate build from deploy ([876998b](https://github.com/agrc/supervisor/commit/876998b9200045381e8c6b1310ef5119ebe0b88b))
9+
310
## [3.1.2](https://github.com/agrc/supervisor/compare/v3.1.1...v3.1.2) (2025-01-23)
411

512

src/supervisor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""A single source of truth for the version in a programmatically-accessible variable.
22
"""
33

4-
__version__ = "3.1.2"
4+
__version__ = "3.1.3"

0 commit comments

Comments
 (0)