Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit 36b62c8

Browse files
committed
New package release
1 parent f729576 commit 36b62c8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
scudcloud (1.61-1) xenial; urgency=medium
2+
3+
* Auto generation of minified JS files (#512)
4+
* Keep online status (#585)
5+
6+
-- Rael Gugelmin Cunha <rael.gc@gmail.com> Fri, 23 Jun 2017 07:44:38 -0300
7+
18
scudcloud (1.60-1) xenial; urgency=medium
29

310
* Fixing crash when no proxy is present (#580)

scudcloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.60'
1+
__version__ = '1.61'

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[easy_install]
2+
allow_hosts = *.python.org
3+
user=1

0 commit comments

Comments
 (0)