Skip to content

Commit

Permalink
Revving for release
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycaverly committed Dec 15, 2023
1 parent 00c78d2 commit 90681fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org).

## [3.7.1] - 2023-12-15
### Fix
- Removed dockerhub publish

## [3.7.0] - 2023-10-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup_reqs = ["pytest", "pytest-cov", "pytest-runner", "flake8"]
setuptools.setup(
name="gordian",
version="3.7.0",
version="3.7.1",
author="Intuit",
author_email="[email protected]",
description="A tool to search and replace files in a Git repo",
Expand Down

0 comments on commit 90681fd

Please sign in to comment.