Skip to content

Commit

Permalink
Bump version to v1.6.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jul 14, 2022
1 parent 13979bb commit 52152f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) with one exception: minor yet potentially breaking changes to the data model that are made to maintain
compatibility with the Beaker server and not necessarily given new major releases. We often
use patch releases for compatibility fixes instead.

## Unreleased

## [v1.6.4](https://github.com/allenai/beaker-py/releases/tag/v1.6.4) - 2022-07-14

### Fixed

- Removed outdated field `owner` from `Experiment`, `Task`, and `Dataset`.
Expand Down
2 changes: 1 addition & 1 deletion beaker/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "6"
_PATCH = "3"
_PATCH = "4"
_SUFFIX = ""

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
Expand Down

0 comments on commit 52152f8

Please sign in to comment.