Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Robinson <[email protected]>
  • Loading branch information
nullr0ute committed Feb 5, 2022
1 parent b7728d5 commit 44ee7b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
oz (0.18.0-1) unstable; urgency=low

* Update to Oz 0.18.0

-- Peter Robinson <[email protected]> Sat, 5 Feb 2022 13:32:00 -0000

oz (0.17.0-1) unstable; urgency=low

* Update to Oz 0.17.0
Expand Down
3 changes: 3 additions & 0 deletions oz.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ fi
%{_mandir}/man1/*

%changelog
* Sat Feb 5 2022 Peter Robinson <[email protected]> - 0.18.0-1
- Release 0.18.0

* Sat Mar 16 2019 Chris Lalancette <[email protected]> - 0.17.0-1
- Release 0.17.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time

VERSION = '0.18.0'
RELEASE = '0'
RELEASE = '1'

datafiles = [('share/man/man1', ['man/oz-install.1', 'man/oz-generate-icicle.1',
'man/oz-customize.1', 'man/oz-examples.1',
Expand Down

0 comments on commit 44ee7b6

Please sign in to comment.