Skip to content

Commit

Permalink
Merge pull request #174 from neutrinoceros/rel_7.0.0
Browse files Browse the repository at this point in the history
REL: prep release 7.0.0
  • Loading branch information
neutrinoceros authored Feb 4, 2023
2 parents b06a28b + c670d2a commit 3584bc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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

## [7.0.0] - 2023-02-04

- TYP: better type checking [PR #165](https://github.com/neutrinoceros/wxc/pull/165)
- TST: activate CI on Python 3.11, and additional housekeeping tasks [PR #167](https://github.com/neutrinoceros/wxc/pull/167)
- STY: migrate linting to ruff [PR #172](https://github.com/neutrinoceros/wxc/pull/172)
- TST: move test dependencies to requirement files [PR #173](https://github.com/neutrinoceros/wxc/pull/173)

## [6.6.0] - 2022-07-20

BUG: fix a bug where version look up table's order wasn't being preserved
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wxc"
version = "6.6.0"
version = "7.0.0"
description = "A CLI facility to inspect Python environments."
authors = [
{ name = "C.M.T. Robert" },
Expand Down
2 changes: 1 addition & 1 deletion wxc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.6.0"
__version__ = "7.0.0"

0 comments on commit 3584bc2

Please sign in to comment.