Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed May 31, 2017
1 parent 809d982 commit ed44a88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ mailing list or the inofficial ``##rtorrent`` channel on ``irc.freenode.net``.

``Date   ``| Description
:-------------------: | :----
``31–May–2017`` | [pyrocore 0.5.2](https://github.com/pyroscope/pyrocore/releases/tag/v0.5.2) released.
``27–May–2017`` | [pyrocore 0.5.1](https://github.com/pyroscope/pyrocore/releases/tag/v0.5.1) released.
``05–Mar–2017`` | Moving and over-hauling the docs finally done, including rTorrent-PS wiki pages and so on.
``02–May–2015`` | Started to move the documenation to [Read The Docs](https://pyrocore.readthedocs.io/).
Expand All @@ -67,7 +68,7 @@ mailing list or the inofficial ``##rtorrent`` channel on ``irc.freenode.net``.

1. Check for and fix ``pylint`` violations:

paver lint -m
paver lint -m | egrep -v 'TODO|Too.many'

1. Verify ``debian/changelog`` for completeness and the correct version, and bump the release date:

Expand Down
5 changes: 4 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
pyrocore (0.5.2) precise; urgency=high

* Fix: Use `d.save_resume` to flush session
* Fix: Updated a few more places to use new command names
* start script: Use RPATH/RUNPATH as LD_LIBRARY_PATH
(fixes rTorrent-PS runtime linking on newer systems)

-- pyroscope <[email protected]> Sat, 27 May 2017 19:23:30 +0200
-- pyroscope <[email protected]> Wed, 31 May 2017 19:51:02 +0200

pyrocore (0.5.1) precise; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# built documents.
#
# The short X.Y version.
version = '0.6.1'
version = '0.5.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pylint.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ confidence=
# --disable=W"
disable=locally-disabled, bad-continuation, superfluous-parens, no-else-return, too-many-arguments,
logging-not-lazy, logging-format-interpolation, too-few-public-methods, protected-access,
misplaced-comparison-constant, useless-else-on-loop
misplaced-comparison-constant, useless-else-on-loop, duplicate-code

[REPORTS]

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[egg_info]
tag_build = dev
tag_date = true
##tag_build = dev
##tag_date = true

[sdist]
formats = zip
Expand Down

0 comments on commit ed44a88

Please sign in to comment.