Skip to content

Commit

Permalink
Release 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
psarka committed Sep 19, 2023
1 parent b75eb03 commit 06c3f06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.19]
- Add `.acquire_read_lock`, `.release_read_lock`, `.acquire_write_lock`, and
`.release_write_lock` methods to the inter thread `ReaderWriterLock` as was
promised in the README.
Expand Down
2 changes: 1 addition & 1 deletion fasteners/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# License for the specific language governing permissions and limitations
# under the License.

_VERSION = "0.18"
_VERSION = "0.19"


def version_string():
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 = fasteners
version = 0.18
version = 0.19
url = https://github.com/harlowja/fasteners

author = Joshua Harlow
Expand Down

0 comments on commit 06c3f06

Please sign in to comment.