Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 10, 2024
1 parent ee9b59f commit 50e531b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Changelog

in progress
===========

2024-05-10 0.7.1
================
- Verify support for Python 3.8 and 3.12
- Fix dependency reference to ``responder``

2023-09-09 0.7.0
================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(os.path.join(here, 'README.rst')).read()

setup(name='vasuki',
version='0.7.0',
version='0.7.1',
description='Vasuki generates different kinds of random unique identifiers, tokens, and words',
long_description=README,
license="MIT",
Expand Down

0 comments on commit 50e531b

Please sign in to comment.