Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bootc committed Jul 30, 2018
1 parent 2fc8734 commit c05a817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.0'
release = '1.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 4 additions & 1 deletion pytiger.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

Name: %{?scl_prefix}%{_pkg_name}
Summary: %{sum}
Version: 1.2.0
Version: 1.2.1
Release: 1%{?dist}

Group: Development/Libraries
Expand Down Expand Up @@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Jul 30 2018 Chris Boot <[email protected]> - 1.2.1-1
- Correct code examples and formatting in pytiger.logging.
* Tue Mar 06 2018 Jonathan Wiltshire <[email protected]> - 1.2.0-1
- Add a `separator` parameter to :func:`pytiger.monitoring.MonitoringCheck.exit`
- New module: :mod:`pytiger.logging.syslog`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages

setup(name='pytiger',
version='1.2.0',
version='1.2.1',
description='Tiger Computing Ltd Python Utilities',
author='Tiger Computing Ltd',
author_email='[email protected]',
Expand Down

0 comments on commit c05a817

Please sign in to comment.