Skip to content

Commit

Permalink
Merge branch 'release/0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbarrett314 committed Aug 1, 2022
2 parents 9ec072a + ec2d2af commit 929976a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ repos:
rev: v2.0.0
hooks:
- id: setup-cfg-fmt
args: [--min-py3-version=3.5]
args: [--include-version-classifiers]

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.3
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Version 0.6.2
-------------

* Fixed bug that breaks doc build

Version 0.6.1
-------------

* Mostly just fixed bugs in tests
* Improved cross-platform functionality of CommandITem
* Improved cross-platform functionality of CommandItem

Version 0.6.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion cursesmenu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["CursesMenu", "ItemGroup", "items"]

__version__ = "0.6.1"
__version__ = "0.6.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ platformdirs==2.5.2
pluggy==1.0.0
ptyprocess==0.7.0
py==1.11.0
pycodestyle==2.8.0
pyflakes==2.5.0
pycodestyle==2.9.0
Pygments==2.12.0
pyparsing==3.0.9
pyte==0.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Expand All @@ -23,7 +24,6 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python,
Topic :: Software Development :: Libraries :: Python Modules

[options]
Expand Down

0 comments on commit 929976a

Please sign in to comment.