Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 3, 2020
1 parent 6d7b521 commit 40c6607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.3 (2020-03-02 17:30:00 -0800)
---------------------------------
- Fix a packaging bug affecting only Debian packages

0.9.2 (2020-03-02 13:00:00 -0800)
---------------------------------
- Add option to disable weak RPM dependencies. `#574 <https://github.com/cottsay/bloom/issues/574>`_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='bloom',
version='0.9.2',
version='0.9.3',
packages=find_packages(exclude=['test', 'test.*']),
package_data={
'bloom.generators.debian': [
Expand Down

0 comments on commit 40c6607

Please sign in to comment.