diff --git a/debian/changelog b/debian/changelog index 599ae71..2a6069e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scudcloud (1.61-1) xenial; urgency=medium + + * Auto generation of minified JS files (#512) + * Keep online status (#585) + + -- Rael Gugelmin Cunha Fri, 23 Jun 2017 07:44:38 -0300 + scudcloud (1.60-1) xenial; urgency=medium * Fixing crash when no proxy is present (#580) diff --git a/scudcloud/version.py b/scudcloud/version.py index afb260b..4f41832 100644 --- a/scudcloud/version.py +++ b/scudcloud/version.py @@ -1 +1 @@ -__version__ = '1.60' +__version__ = '1.61' diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..0b4e6c2 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[easy_install] +allow_hosts = *.python.org +user=1