Skip to content

Commit

Permalink
release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Iolaum committed Nov 22, 2020
1 parent e903fe0 commit 014c452
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.1.0 (2020-11-22)
0.1.1 (2020-11-22)
-------------------

* Added ability to see recent service logs.
Expand Down
2 changes: 1 addition & 1 deletion fcust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# fmt: off
__author__ = """Nikolaos Perrakis"""
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.1.1'
# fmt: on
4 changes: 2 additions & 2 deletions python-fcust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global pypi_name fcust

Name: python-%{pypi_name}
Version: 0.1.0
Version: 0.1.1
Release: 1%{?dist}
Summary: Linux Common Folder Custodian

Expand Down Expand Up @@ -71,7 +71,7 @@ rm -rf html/.{doctrees,buildinfo}
%license LICENSE

%changelog
* Sun Nov 22 2020 Nikolaos Perrakis <[email protected]> - 0.1.0-2
* Sun Nov 22 2020 Nikolaos Perrakis <[email protected]> - 0.1.1-1
- Added ability to see recent service logs.
- Releasing beta version of feature complete package.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = False
tag = False
allow_dirty = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"dev": setup_requirements + test_requirements
},
url='https://github.com/Iolaum/fcust',
version='0.1.0',
version='0.1.1',
zip_safe=False,
)

0 comments on commit 014c452

Please sign in to comment.