Skip to content

Commit ed44a88

Browse files
committed
Release 0.5.2
1 parent 809d982 commit ed44a88

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ mailing list or the inofficial ``##rtorrent`` channel on ``irc.freenode.net``.
4444

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

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

70-
paver lint -m
71+
paver lint -m | egrep -v 'TODO|Too.many'
7172

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

debian/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
pyrocore (0.5.2) precise; urgency=high
22

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

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

710
pyrocore (0.5.1) precise; urgency=medium
811

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.6.1'
63+
version = '0.5.2'
6464
# The full version, including alpha/beta/rc tags.
6565
release = version
6666

pylint.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ confidence=
6565
# --disable=W"
6666
disable=locally-disabled, bad-continuation, superfluous-parens, no-else-return, too-many-arguments,
6767
logging-not-lazy, logging-format-interpolation, too-few-public-methods, protected-access,
68-
misplaced-comparison-constant, useless-else-on-loop
68+
misplaced-comparison-constant, useless-else-on-loop, duplicate-code
6969

7070
[REPORTS]
7171

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[egg_info]
2-
tag_build = dev
3-
tag_date = true
2+
##tag_build = dev
3+
##tag_date = true
44

55
[sdist]
66
formats = zip

0 commit comments

Comments
 (0)