Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fff974e

Browse files
committed
chore: v0.13.0 version bump
1 parent 92ca905 commit fff974e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## NEXT RELEASE
3+
## v0.13.0 (2021-08-26)
44

55
* Corrects encoding of test logs, binary data should no longer show in the output (closes #4)
66
* Overhauls the webhook flow

harvey/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Global:
77
DOCKER_VERSION = 'v1.41' # Docker API version
88
# TODO: Figure out how to sync this version number with the one in `setup.py`
9-
HARVEY_VERSION = '0.12.0' # Harvey release
9+
HARVEY_VERSION = '0.13.0' # Harvey release
1010
PROJECTS_PATH = 'projects'
1111
PROJECTS_LOG_PATH = 'logs/projects'
1212
HARVEY_LOG_PATH = 'logs/harvey'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name='harvey-ci',
23-
version='0.12.0',
23+
version='0.13.0',
2424
description='Your personal CI/CD and Docker orchestration platform.',
2525
long_description=long_description,
2626
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)