Skip to content

Commit

Permalink
Drop release 1.3.0.1. Fix #55, best_prefix for negative values
Browse files Browse the repository at this point in the history
  • Loading branch information
tbielawa committed Jan 8, 2016
1 parent 3d98a89 commit 3552233
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 10 deletions.
21 changes: 21 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ NEWS
:local:


.. _bitmath-1.3.0-1:

bitmath-1.3.0-1
***************

`bitmath-1.3.0-1
<https://github.com/tbielawa/bitmath/releases/tag/1.3.0.1>`__ was
published on 2016-01-08.

Changes
=======

**Bug Fixes**

* Closed `GitHub Issue #55
<https://github.com/tbielawa/bitmath/issues/55>`_ "best_prefix for
negative values". Now :func:`bitmath.best_prefix` returns correct
prefix units for negative values. Thanks `mbdm
<https://github.com/mbdm>`_!


.. _bitmath-1.2.4-1:

bitmath-1.2.4-1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4
1.3.0
6 changes: 3 additions & 3 deletions bitmath.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: bitmath
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 12/28/2015
.\" Date: 01/08/2016
.\" Manual: python-bitmath
.\" Source: bitmath 1.2.4
.\" Source: bitmath 1.3.0
.\" Language: English
.\"
.TH "BITMATH" "1" "12/28/2015" "bitmath 1\&.2\&.4" "python\-bitmath"
.TH "BITMATH" "1" "01/08/2016" "bitmath 1\&.3\&.0" "python\-bitmath"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docsite/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2.4'
version = '1.3.0'
# The full version, including alpha/beta/rc tags.
release = '1.2.4'
release = '1.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 5 additions & 2 deletions python-bitmath.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
%endif

%global _short_name bitmath
%global _short_release 3
%global _short_release 1

Name: python-bitmath
Summary: Aids representing and manipulating file sizes in various prefix notations
Version: 1.2.4
Version: 1.3.0
Release: %{_short_release}%{?dist}

Group: Development/Libraries
Expand Down Expand Up @@ -177,6 +177,9 @@ rm -f $RPM_BUILD_ROOT/%{_docdir}/%{name}/docs/NEWS.rst

######################################################################
%changelog
* Fri Jan 8 2016 Tim Bielawa <tbielawa@redhat.com> - 1.3.0-1
- Fix best_prefix for negative values GitHub: #55

* Tue Dec 29 2015 Tim Bielawa <tbielawa@redhat.com> - 1.2.4-3
- Fix tests to run on koji
- Minor packaging changes
Expand Down
5 changes: 4 additions & 1 deletion python-bitmath.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%endif

%global _short_name bitmath
%global _short_release 3
%global _short_release 1

Name: python-bitmath
Summary: Aids representing and manipulating file sizes in various prefix notations
Expand Down Expand Up @@ -177,6 +177,9 @@ rm -f $RPM_BUILD_ROOT/%{_docdir}/%{name}/docs/NEWS.rst

######################################################################
%changelog
* Fri Jan 8 2016 Tim Bielawa <tbielawa@redhat.com> - 1.3.0-1
- Fix best_prefix for negative values GitHub: #55

* Tue Dec 29 2015 Tim Bielawa <tbielawa@redhat.com> - 1.2.4-3
- Fix tests to run on koji
- Minor packaging changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='bitmath',
version='1.2.4.3',
version='1.3.0.1',
description='Pythonic module for representing and manipulating file sizes with different prefix notations.',
long_description=pypi_notice,
maintainer='Tim Bielawa',
Expand Down

0 comments on commit 3552233

Please sign in to comment.