Skip to content

Commit

Permalink
Release housekeeping 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Jun 23, 2023
1 parent 9f24a4a commit 83fe30d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ __pycache__
build
dist
housekeeping.egg-info/
.tox

.*.swp
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Housekeeping Releases

## Housekeeping 1.1 (23-July-2023)

* Subclasses of a deprecated or moved class can now set
`housekeeping_skip_warning = True` to avoid emitting a warning.

* Warning class values can now be provided as functions that returning a
warning class.


## Housekeeping 1.0 (12-May-2023)

* Initial public release
2 changes: 1 addition & 1 deletion housekeeping/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released)
#
VERSION = (1, 0, 0, 'final', 0, True)
VERSION = (1, 1, 0, 'final', 0, True)


def get_version_string() -> str:
Expand Down

0 comments on commit 83fe30d

Please sign in to comment.