Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Sep 16, 2021
1 parent ea50e7c commit c940180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog
+++++++++


Unreleased
==========
0.7.0 (16-09-2021)
==================

- Add ``build.util`` module with an high-level utility API (`PR #340`_)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = build
version = 0.6.0.post1
version = 0.7.0
description = A simple, correct PEP517 package builder
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
build - A simple, correct PEP 517 package builder
"""
__version__ = '0.6.0.post1'
__version__ = '0.7.0'

import contextlib
import difflib
Expand Down

0 comments on commit c940180

Please sign in to comment.