Skip to content

Commit

Permalink
Update release version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirotaka Wakabayashi authored Dec 2, 2020
1 parent dbd0805 commit f0f61b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Publish a package to pypi.org

on:
# Trigger the workflow on release,
Expand Down
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
History
=======

0.9.5 (2020-12-01)
0.9.6 (2020-12-02)
-------------------

* Removes the --user option from pip command
* Adds GitHubActions workflows

0.9.4 (2020-12-01)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion k2hr3_osnl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'version',
]
__author__ = 'Hirotaka Wakabayashi <[email protected]>'
__version__ = '0.9.5'
__version__ = '0.9.6'

import argparse
import logging
Expand Down
5 changes: 4 additions & 1 deletion python-k2hr3-osnl.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname k2hr3_osnl
%global pypi_name k2hr3-osnl
Name: python-k2hr3-osnl
Version: 0.9.5
Version: 0.9.6
Release: 1%{?dist}
Summary: An OpenStack notification listener for K2HR3

Expand Down Expand Up @@ -83,6 +83,9 @@ rm -rf %{buildroot}/usr/etc/k2hr3/k2hr3-osnl.conf
%{_mandir}/man1/k2hr3-osnl.1*

%changelog
* Tue Dec 02 2020 Hirotaka Wakabayashi <[email protected]> 0.9.6-1
- Update for Release Version 0.9.6

* Tue Dec 01 2020 Hirotaka Wakabayashi <[email protected]> 0.9.5-1
- Update for Release Version 0.9.5

Expand Down

0 comments on commit f0f61b3

Please sign in to comment.