aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2021-12-26 00:49:04 -0600
committerBill Wendling <isanbard@gmail.com>2021-12-26 00:49:04 -0600
commitd3873c0693fe08e6233177c2f342af62547dcaa6 (patch)
tree8290f9bfe18bb318f23cb7cb688f2cd3ef9f0706
parent373a2b764554aa6b515b435afb57f83505d5ef9b (diff)
downloadyapf-d3873c0693fe08e6233177c2f342af62547dcaa6.tar.gz
Bump version to 0.32.0
-rw-r--r--CHANGELOG2
-rw-r--r--yapf/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ba56ac2..4e62520 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
# All notable changes to this project will be documented in this file.
# This project adheres to [Semantic Versioning](http://semver.org/).
-## [0.32.0] UNRELEASED
+## [0.32.0] 2021-12-26
### Added
- Look at the 'pyproject.toml' file to see if it contains ignore file information
for YAPF.
diff --git a/yapf/__init__.py b/yapf/__init__.py
index d09d4c7..0c2fb95 100644
--- a/yapf/__init__.py
+++ b/yapf/__init__.py
@@ -38,7 +38,7 @@ from yapf.yapflib import py3compat
from yapf.yapflib import style
from yapf.yapflib import yapf_api
-__version__ = '0.31.0'
+__version__ = '0.32.0'
def main(argv):