Skip to content

Commit

Permalink
Merge pull request #162 from neutrinoceros/rel_6.6.0
Browse files Browse the repository at this point in the history
REL: prep release 6.6.0
  • Loading branch information
neutrinoceros authored Jul 20, 2022
2 parents 417dce1 + 81300bd commit 031eb6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to

## Unreleased
## [6.6.0] - 2022-07-20

BUG: fix a bug where version look up table's order wasn't being preserved
[PR #152](https://github.com/neutrinoceros/wxc/pull/152)
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 = wxc
version = 6.5.5
version = 6.6.0
description = A CLI facility to inspect Python environments.
long_description = file: README.md
long_description_content_type = text/markdown
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.5.5"
__version__ = "6.6.0"

0 comments on commit 031eb6a

Please sign in to comment.