Skip to content

Commit

Permalink
Bump version for 0.9.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Oct 4, 2021
1 parent 78b6e38 commit 8b60499
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.9.5 (2021-10-04)
------------------

- Add support for "archive/refs/tags/" github URLs in url2purl #47

0.9.4 (2021-02-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Make a new release
- bump version in setup.py
- run all tests
- install restview and validate that all .rst docs are correct
- push this branch
- commit and push this branch
- tag and push that tag
- make a PR to merge branch
- once merged, run::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='packageurl-python',
version='0.9.4',
version='0.9.5',
license='MIT',
description='A "purl" aka. Package URL parser and builder',
long_description='Python library to parse and build "purl" aka. Package URLs. '
Expand Down

0 comments on commit 8b60499

Please sign in to comment.