Skip to content

Commit

Permalink
Merge pull request #216 from stac-utils/3.2.0
Browse files Browse the repository at this point in the history
Upgrade to v3.2.0
  • Loading branch information
jonhealy1 authored Sep 21, 2022
2 parents d640e4c + 9f318d0 commit f00a07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [v3.2.0] - 2022-09-20

### Added

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

__version__ = "3.1.0"
__version__ = "3.2.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit f00a07d

Please sign in to comment.