Skip to content

Commit f00a07d

Browse files
authored
Merge pull request #216 from stac-utils/3.2.0
Upgrade to v3.2.0
2 parents d640e4c + 9f318d0 commit f00a07d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

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

7-
## Unreleased
7+
## [v3.2.0] - 2022-09-20
88

99
### Added
1010

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
__version__ = "3.1.0"
5+
__version__ = "3.2.0"
66

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

0 commit comments

Comments
 (0)